Html Css Color HEX #852D20 Burnt Umber

📋 copy color: '#852D20'

red 133 ◦ green 45 ◦ blue 32

#852D20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #852D20

Tints of Burnt Umber #852D20

RGB

 RED value IS 133 (52.34% from 255) = 63.33%

 GREEN value IS 45 (17.97% from 255) = 21.43%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 63.33%
G = 21.43%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#852D20 (or 0x852D20) is known color: Burnt Umber. HEX triplet: 85, 2D and 20. RGB value is (133,45,32). Sum of RGB (Red+Green+Blue) = 133+45+32=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #852D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D20 is #7AD2DF. Grayscale: #454545. Windows color (decimal): -8049376 or 2108805. OLE color: 2108805.

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

Color convert

RGB 133 45 32 -
CMYK 0 0.66 0.76 0.48
HSL 7.72º 0.61% 0.32% -
HSV(B) 7.72º 0.76% 0.52% -
XYZ 10.87 6.97 2.14 -
YUV 69.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 133 45 32 0 0.66 0.76 0.48 7.72 0.61 0.32
Hex 85 2D 20 0 42 4C 30 8 3D 20
Octal 205 55 40 0 102 114 60 10 75 40
Binary 10000101 101101 100000 0 1000010 1001100 110000 1000 111101 100000

Color Harmonies of #852D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D20

Black with #852D20

Text Example


Text Example

White with #852D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #852D20;
 }
 .AnyTagClassName
 {
   color: #852D20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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