Html Css Color HEX #852C22 Burnt Umber

📋 copy color: '#852C22'

red 133 ◦ green 44 ◦ blue 34

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

Shades of Burnt Umber #852C22

Tints of Burnt Umber #852C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

 BLUE value IS 34 (13.67% from 255) = 16.11%

R = 63.03%
G = 20.85%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852C22 (or 0x852C22) is known color: Burnt Umber. HEX triplet: 85, 2C and 22. RGB value is (133,44,34). Sum of RGB (Red+Green+Blue) = 133+44+34=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #852C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C22 is #7AD3DD. Grayscale: #454545. Windows color (decimal): -8049630 or 2239621. OLE color: 2239621.

HSL color Cylindrical-coordinate representation of color #852C22: hue angle of 6.06º degrees, saturation: 0.59, 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 #852C22 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 34 -
CMYK 0 0.67 0.74 0.48
HSL 6.06º 0.59% 0.33% -
HSV(B) 6.06º 0.74% 0.52% -
XYZ 10.86 6.9 2.27 -
YUV 69.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 133 44 34 0 0.67 0.74 0.48 6.06 0.59 0.33
Hex 85 2C 22 0 43 4A 30 6 3B 21
Octal 205 54 42 0 103 112 60 6 73 41
Binary 10000101 101100 100010 0 1000011 1001010 110000 110 111011 100001

Color Harmonies of #852C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C22

Black with #852C22

Text Example


Text Example

White with #852C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,34); }

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

background-color css

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

 a { background-color: rgb(133,44,34); }

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

border-color css

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

 span { border-color: rgb(133,44,34); }

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