#864736

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

Shades of Paarl #864736

Tints of Paarl #864736

Color information

#864736 (or 0x864736) is unknown color: approx Paarl. HEX triplet: 86, 47 and 36. RGB value is (134,71,54). Sum of RGB (Red+Green+Blue) = 134+71+54=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #864736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864736 is #79B8C9. Grayscale: #585858. Windows color (decimal): -7977162 or 3557254. OLE color: 3557254.

HSL color Cylindrical-coordinate representation of color #864736: hue angle of 12.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864736 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1347154-
CMYK00.470.600.47
HSL12.75º42.55%36.86%-
HSV(B)12.75º59.7%52.55%-
XYZ12.759.844.72-
YUV87.9108.87160.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=51.74%
G=27.41%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134715400.470.600.4712.7542.5536.86
Hex86473602F3C2Fd2b25
Octal206107660577457155345
Binary10000110100011111011001011111111001011111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864736; }

 p { color: rgb(134,71,54); }

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

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

 a { background-color: rgb(134,71,54); }

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

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

 span { border-color: rgb(134,71,54); }

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