#852D28

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

Shades of Burnt Umber #852D28

Tints of Burnt Umber #852D28

Color information

#852D28 (or 0x852D28) is unknown color: approx Burnt Umber. HEX triplet: 85, 2D and 28. RGB value is (133,45,40). Sum of RGB (Red+Green+Blue) = 133+45+40=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D28 is #7AD2D7. Grayscale: #464646. Windows color (decimal): -8049368 or 2633093. OLE color: 2633093.

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

Color convert

RGB1334540-
CMYK00.660.700.48
HSL3.23º53.76%33.92%-
HSV(B)3.23º69.92%52.16%-
XYZ10.997.022.78-
YUV70.74110.65172.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=61.01%
G=20.64%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133454000.660.700.483.2353.7633.92
Hex852D28042463033622
Octal205555001021066036642
Binary1000010110110110100001000010100011011000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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