#852908

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

Shades of Burnt Umber #852908

Tints of Burnt Umber #852908

Color information

#852908 (or 0x852908) is unknown color: approx Burnt Umber. HEX triplet: 85, 29 and 08. RGB value is (133,41,8). Sum of RGB (Red+Green+Blue) = 133+41+8=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #852908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852908 is #7AD6F7. Grayscale: #404040. Windows color (decimal): -8050424 or 534917. OLE color: 534917.

HSL color Cylindrical-coordinate representation of color #852908: hue angle of 15.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852908 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133418-
CMYK00.690.940.48
HSL15.84º88.65%27.65%-
HSV(B)15.84º93.98%52.16%-
XYZ10.516.590.95-
YUV64.7595.98176.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.08%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 8 (3.52% from 255) = 4.40%
R=73.08%
G=22.53%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13341800.690.940.4815.8488.6527.65
Hex852980455E3010591c
Octal20551100105136602013134
Binary10000101101001100001000101101111011000010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852908; }

 p { color: rgb(133,41,8); }

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

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

 a { background-color: rgb(133,41,8); }

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

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

 span { border-color: rgb(133,41,8); }

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