#864D39

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

Shades of Paarl #864D39

Tints of Paarl #864D39

Color information

#864D39 (or 0x864D39) is unknown color: approx Paarl. HEX triplet: 86, 4D and 39. RGB value is (134,77,57). Sum of RGB (Red+Green+Blue) = 134+77+57=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #864D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D39 is #79B2C6. Grayscale: #5B5B5B. Windows color (decimal): -7975623 or 3755398. OLE color: 3755398.

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

Color convert

RGB1347757-
CMYK00.430.570.47
HSL15.58º40.31%37.45%-
HSV(B)15.58º57.46%52.55%-
XYZ13.2210.675.23-
YUV91.76108.38158.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 57 (22.66% from 255) = 21.27%
R=50%
G=28.73%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134775700.430.570.4715.5840.3137.45
Hex864D3902B392F102825
Octal206115710537157205045
Binary100001101001101111001010101111100110111110000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864D39; }

 p { color: rgb(134,77,57); }

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

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

 a { background-color: rgb(134,77,57); }

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

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

 span { border-color: rgb(134,77,57); }

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