#86492E

Color #86492E Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #86492E

Tints of Paarl #86492E

Color information

#86492E (or 0x86492E) is unknown color: approx Paarl. HEX triplet: 86, 49 and 2E. RGB value is (134,73,46). Sum of RGB (Red+Green+Blue) = 134+73+46=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #86492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86492E is #79B6D1. Grayscale: #585858. Windows color (decimal): -7976658 or 3033478. OLE color: 3033478.

HSL color Cylindrical-coordinate representation of color #86492E: hue angle of 18.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86492E is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1347346-
CMYK00.460.660.47
HSL18.41º48.89%35.29%-
HSV(B)18.41º65.67%52.55%-
XYZ12.7110.033.85-
YUV88.16104.21160.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=52.96%
G=28.85%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134734600.460.660.4718.4148.8935.29
Hex86492E02E422F123123
Octal2061115605610257226143
Binary1000011010010011011100101110100001010111110010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86492E; }

 p { color: rgb(134,73,46); }

 H1.HeaderClassName
 {
   color: #86492E;
 }
 .AnyTagClassName
 {
   color: #86492E;
 }
</style>
background-color css

<style>
 a { background-color: #86492E; }

 a { background-color: rgb(134,73,46); }

 div.DivClassName
 {
   background-color: #86492E;
 }
 .BgClassName
 {
   background-color: #86492E;
 }
</style>
border-color css

<style>
 span { border-color: #86492E; }

 span { border-color: rgb(134,73,46); }

 td.TdClassName
 {
   border-color: #86492E;
 }
 .TagClassName
 {
   border-color: #86492E;
 }
</style>