#852D23

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

Shades of Burnt Umber #852D23

Tints of Burnt Umber #852D23

Color information

#852D23 (or 0x852D23) is unknown color: approx Burnt Umber. HEX triplet: 85, 2D and 23. RGB value is (133,45,35). Sum of RGB (Red+Green+Blue) = 133+45+35=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #852D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D23 is #7AD2DC. Grayscale: #464646. Windows color (decimal): -8049373 or 2305413. OLE color: 2305413.

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

Color convert

RGB1334535-
CMYK00.660.740.48
HSL6.12º58.33%32.94%-
HSV(B)6.12º73.68%52.16%-
XYZ10.916.982.36-
YUV70.17108.15172.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=62.44%
G=21.13%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133453500.660.740.486.1258.3332.94
Hex852D230424A3063a21
Octal205554301021126067241
Binary10000101101101100011010000101001010110000110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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