Html Css Color HEX #852F20 Burnt Umber

📋 copy color: '#852F20'

red 133 ◦ green 47 ◦ blue 32

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

Shades of Burnt Umber #852F20

Tints of Burnt Umber #852F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

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

R = 62.74%
G = 22.17%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#852F20 (or 0x852F20) is known color: Burnt Umber. HEX triplet: 85, 2F and 20. RGB value is (133,47,32). Sum of RGB (Red+Green+Blue) = 133+47+32=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #852F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F20 is #7AD0DF. Grayscale: #474747. Windows color (decimal): -8048864 or 2109317. OLE color: 2109317.

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

Color convert

RGB 133 47 32 -
CMYK 0 0.65 0.76 0.48
HSL 8.91º 0.61% 0.32% -
HSV(B) 8.91º 0.76% 0.52% -
XYZ 10.95 7.12 2.16 -
YUV 71 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 133 47 32 0 0.65 0.76 0.48 8.91 0.61 0.32
Hex 85 2F 20 0 41 4C 30 9 3D 20
Octal 205 57 40 0 101 114 60 11 75 40
Binary 10000101 101111 100000 0 1000001 1001100 110000 1001 111101 100000

Color Harmonies of #852F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F20

Black with #852F20

Text Example


Text Example

White with #852F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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