#86570C

Color #86570C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #86570C

Tints of Raw Umber #86570C

Color information

#86570C (or 0x86570C) is unknown color: approx Raw Umber. HEX triplet: 86, 57 and 0C. RGB value is (134,87,12). Sum of RGB (Red+Green+Blue) = 134+87+12=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86570C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86570C is #79A8F3. Grayscale: #5C5C5C. Windows color (decimal): -7973108 or 808838. OLE color: 808838.

HSL color Cylindrical-coordinate representation of color #86570C: hue angle of 36.89º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86570C is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1348712-
CMYK00.350.910.47
HSL36.89º83.56%28.63%-
HSV(B)36.89º91.04%52.55%-
XYZ13.3111.911.95-
YUV92.582.57157.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=57.51%
G=37.34%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134871200.350.910.4736.8983.5628.63
Hex8657C0235B2F25541d
Octal20612714043133574512435
Binary100001101010111110001000111011011101111100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86570C; }

 p { color: rgb(134,87,12); }

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

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

 a { background-color: rgb(134,87,12); }

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

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

 span { border-color: rgb(134,87,12); }

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