#852C21

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

Shades of Burnt Umber #852C21

Tints of Burnt Umber #852C21

Color information

#852C21 (or 0x852C21) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 21. RGB value is (133,44,33). Sum of RGB (Red+Green+Blue) = 133+44+33=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #852C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C21 is #7AD3DE. Grayscale: #454545. Windows color (decimal): -8049631 or 2174085. OLE color: 2174085.

HSL color Cylindrical-coordinate representation of color #852C21: hue angle of 6.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852C21 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB1334433-
CMYK00.670.750.48
HSL6.6º60.24%32.55%-
HSV(B)6.6º75.19%52.16%-
XYZ10.856.92.2-
YUV69.36107.49173.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=63.33%
G=20.95%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133443300.670.750.486.660.2432.55
Hex852C210434B3073c21
Octal205544101031136077441
Binary10000101101100100001010000111001011110000111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,44,33); }

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

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

 a { background-color: rgb(133,44,33); }

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

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

 span { border-color: rgb(133,44,33); }

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