#852A24

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

Shades of Burnt Umber #852A24

Tints of Burnt Umber #852A24

Color information

#852A24 (or 0x852A24) is unknown color: approx Burnt Umber. HEX triplet: 85, 2A and 24. RGB value is (133,42,36). Sum of RGB (Red+Green+Blue) = 133+42+36=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #852A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A24 is #7AD5DB. Grayscale: #444444. Windows color (decimal): -8050140 or 2370181. OLE color: 2370181.

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

Color convert

RGB1334236-
CMYK00.680.730.48
HSL3.71º57.4%33.14%-
HSV(B)3.71º72.93%52.16%-
XYZ10.826.772.41-
YUV68.52109.65173.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.03%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=63.03%
G=19.91%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133423600.680.730.483.7157.433.14
Hex852A24044493043921
Octal205524401041116047141
Binary10000101101010100100010001001001001110000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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