Html Css Color HEX #852D21 Burnt Umber

📋 copy color: '#852D21'

red 133 ◦ green 45 ◦ blue 33

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

Shades of Burnt Umber #852D21

Tints of Burnt Umber #852D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 63.03%
G = 21.33%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#852D21 (or 0x852D21) is known color: Burnt Umber. HEX triplet: 85, 2D and 21. RGB value is (133,45,33). Sum of RGB (Red+Green+Blue) = 133+45+33=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #852D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D21 is #7AD2DE. Grayscale: #464646. Windows color (decimal): -8049375 or 2174341. OLE color: 2174341.

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

Color convert

RGB 133 45 33 -
CMYK 0 0.66 0.75 0.48
HSL 7.2º 0.6% 0.33% -
HSV(B) 7.2º 0.75% 0.52% -
XYZ 10.89 6.97 2.21 -
YUV 69.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 133 45 33 0 0.66 0.75 0.48 7.2 0.6 0.33
Hex 85 2D 21 0 42 4B 30 7 3C 21
Octal 205 55 41 0 102 113 60 7 74 41
Binary 10000101 101101 100001 0 1000010 1001011 110000 111 111100 100001

Color Harmonies of #852D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D21

Black with #852D21

Text Example


Text Example

White with #852D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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