#852A14

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

Shades of Burnt Umber #852A14

Tints of Burnt Umber #852A14

Color information

#852A14 (or 0x852A14) is unknown color: approx Burnt Umber. HEX triplet: 85, 2A and 14. RGB value is (133,42,20). Sum of RGB (Red+Green+Blue) = 133+42+20=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A14 is #7AD5EB. Grayscale: #424242. Windows color (decimal): -8050156 or 1321605. OLE color: 1321605.

HSL color Cylindrical-coordinate representation of color #852A14: hue angle of 11.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #852A14 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1334220-
CMYK00.680.850.48
HSL11.68º73.86%30%-
HSV(B)11.68º84.96%52.16%-
XYZ10.636.691.39-
YUV66.7101.65175.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.21%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=68.21%
G=21.54%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133422000.680.850.4811.6873.8630
Hex852A140445530c4a1e
Octal20552240104125601411236
Binary10000101101010101000100010010101011100001100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,42,20); }

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

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

 a { background-color: rgb(133,42,20); }

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

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

 span { border-color: rgb(133,42,20); }

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