#853418

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

Shades of Burnt Umber #853418

Tints of Burnt Umber #853418

Color information

#853418 (or 0x853418) is unknown color: approx Burnt Umber. HEX triplet: 85, 34 and 18. RGB value is (133,52,24). Sum of RGB (Red+Green+Blue) = 133+52+24=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853418 is #7ACBE7. Grayscale: #494949. Windows color (decimal): -8047592 or 1586309. OLE color: 1586309.

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

Color convert

RGB1335224-
CMYK00.610.820.48
HSL15.41º69.43%30.78%-
HSV(B)15.41º81.95%52.16%-
XYZ11.077.511.73-
YUV73.03100.34170.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=63.64%
G=24.88%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133522400.610.820.4815.4169.4330.78
Hex85341803D5230f451f
Octal2056430075122601710537
Binary1000010111010011000011110110100101100001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853418; }

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

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

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

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

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

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

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

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