#853228

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

Shades of Burnt Umber #853228

Tints of Burnt Umber #853228

Color information

#853228 (or 0x853228) is unknown color: approx Burnt Umber. HEX triplet: 85, 32 and 28. RGB value is (133,50,40). Sum of RGB (Red+Green+Blue) = 133+50+40=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853228 is #7ACDD7. Grayscale: #494949. Windows color (decimal): -8048088 or 2634373. OLE color: 2634373.

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

Color convert

RGB1335040-
CMYK00.620.700.48
HSL6.45º53.76%33.92%-
HSV(B)6.45º69.92%52.16%-
XYZ11.27.422.85-
YUV73.68109170.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=59.64%
G=22.42%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133504000.620.700.486.4553.7633.92
Hex85322803E463063622
Octal20562500761066066642
Binary1000010111001010100001111101000110110000110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853228; }

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

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

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

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

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

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

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

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