#852F18

Color #852F18 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #852F18

Tints of Burnt Umber #852F18

Color information

#852F18 (or 0x852F18) is unknown color: approx Burnt Umber. HEX triplet: 85, 2F and 18. RGB value is (133,47,24). Sum of RGB (Red+Green+Blue) = 133+47+24=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F18 is #7AD0E7. Grayscale: #464646. Windows color (decimal): -8048872 or 1585029. OLE color: 1585029.

HSL color Cylindrical-coordinate representation of color #852F18: hue angle of 12.66º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852F18 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1334724-
CMYK00.650.820.48
HSL12.66º69.43%30.78%-
HSV(B)12.66º81.95%52.16%-
XYZ10.857.091.66-
YUV70.09101.99172.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=65.20%
G=23.04%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133472400.650.820.4812.6669.4330.78
Hex852F180415230d451f
Octal20557300101122601510537
Binary10000101101111110000100000110100101100001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852F18; }

 p { color: rgb(133,47,24); }

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

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

 a { background-color: rgb(133,47,24); }

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

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

 span { border-color: rgb(133,47,24); }

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