Html Css Color HEX #853220 Burnt Umber

📋 copy color: '#853220'

red 133 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #853220

Tints of Burnt Umber #853220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 61.86%
G = 23.26%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#853220 (or 0x853220) is known color: Burnt Umber. HEX triplet: 85, 32 and 20. RGB value is (133,50,32). Sum of RGB (Red+Green+Blue) = 133+50+32=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #853220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853220 is #7ACDDF. Grayscale: #484848. Windows color (decimal): -8048096 or 2110085. OLE color: 2110085.

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

Color convert

RGB 133 50 32 -
CMYK 0 0.62 0.76 0.48
HSL 10.69º 0.61% 0.32% -
HSV(B) 10.69º 0.76% 0.52% -
XYZ 11.07 7.37 2.21 -
YUV 72.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 133 50 32 0 0.62 0.76 0.48 10.69 0.61 0.32
Hex 85 32 20 0 3E 4C 30 B 3D 20
Octal 205 62 40 0 76 114 60 13 75 40
Binary 10000101 110010 100000 0 111110 1001100 110000 1011 111101 100000

Color Harmonies of #853220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853220

Black with #853220

Text Example


Text Example

White with #853220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853220; }

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

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

background-color css

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

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

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

border-color css

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

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

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