#853A28

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

Shades of Burnt Umber #853A28

Tints of Burnt Umber #853A28

Color information

#853A28 (or 0x853A28) is unknown color: approx Burnt Umber. HEX triplet: 85, 3A and 28. RGB value is (133,58,40). Sum of RGB (Red+Green+Blue) = 133+58+40=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A28 is #7AC5D7. Grayscale: #4E4E4E. Windows color (decimal): -8046040 or 2636421. OLE color: 2636421.

HSL color Cylindrical-coordinate representation of color #853A28: hue angle of 11.61º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853A28 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1335840-
CMYK00.560.700.48
HSL11.61º53.76%33.92%-
HSV(B)11.61º69.92%52.16%-
XYZ11.578.172.97-
YUV78.37106.35166.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=57.58%
G=25.11%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133584000.560.700.4811.6153.7633.92
Hex853A280384630c3622
Octal205725007010660146642
Binary10000101111010101000011100010001101100001100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A28; }

 p { color: rgb(133,58,40); }

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

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

 a { background-color: rgb(133,58,40); }

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

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

 span { border-color: rgb(133,58,40); }

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