Html Css Color HEX #853224 Burnt Umber

📋 copy color: '#853224'

red 133 ◦ green 50 ◦ blue 36

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

Shades of Burnt Umber #853224

Tints of Burnt Umber #853224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 60.73%
G = 22.83%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#853224 (or 0x853224) is known color: Burnt Umber. HEX triplet: 85, 32 and 24. RGB value is (133,50,36). Sum of RGB (Red+Green+Blue) = 133+50+36=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #853224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853224 is #7ACDDB. Grayscale: #494949. Windows color (decimal): -8048092 or 2372229. OLE color: 2372229.

HSL color Cylindrical-coordinate representation of color #853224: hue angle of 8.66º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853224 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 36 -
CMYK 0 0.62 0.73 0.48
HSL 8.66º 0.57% 0.33% -
HSV(B) 8.66º 0.73% 0.52% -
XYZ 11.13 7.4 2.51 -
YUV 73.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 133 50 36 0 0.62 0.73 0.48 8.66 0.57 0.33
Hex 85 32 24 0 3E 49 30 9 39 21
Octal 205 62 44 0 76 111 60 11 71 41
Binary 10000101 110010 100100 0 111110 1001001 110000 1001 111001 100001

Color Harmonies of #853224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853224

Black with #853224

Text Example


Text Example

White with #853224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853224; }

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

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

background-color css

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

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

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

border-color css

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

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

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