#853218

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

Shades of Burnt Umber #853218

Tints of Burnt Umber #853218

Color information

#853218 (or 0x853218) is unknown color: approx Burnt Umber. HEX triplet: 85, 32 and 18. RGB value is (133,50,24). Sum of RGB (Red+Green+Blue) = 133+50+24=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #853218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853218 is #7ACDE7. Grayscale: #484848. Windows color (decimal): -8048104 or 1585797. OLE color: 1585797.

HSL color Cylindrical-coordinate representation of color #853218: hue angle of 14.31º 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 #853218 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1335024-
CMYK00.620.820.48
HSL14.31º69.43%30.78%-
HSV(B)14.31º81.95%52.16%-
XYZ10.987.331.7-
YUV71.85101171.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.25%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=64.25%
G=24.15%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133502400.620.820.4814.3169.4330.78
Hex85321803E5230e451f
Octal2056230076122601610537
Binary1000010111001011000011111010100101100001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853218; }

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

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

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

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

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

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

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

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