Html Css Color HEX #813224 Burnt Umber

📋 copy color: '#813224'

red 129 ◦ green 50 ◦ blue 36

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

Shades of Burnt Umber #813224

Tints of Burnt Umber #813224

RGB

 RED value IS 129 (50.78% from 255) = 60%

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

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

R = 60%
G = 23.26%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#813224 (or 0x813224) is known color: Burnt Umber. HEX triplet: 81, 32 and 24. RGB value is (129,50,36). Sum of RGB (Red+Green+Blue) = 129+50+36=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #813224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813224 is #7ECDDB. Grayscale: #484848. Windows color (decimal): -8310236 or 2372225. OLE color: 2372225.

HSL color Cylindrical-coordinate representation of color #813224: hue angle of 9.03º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #813224 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 36 -
CMYK 0 0.61 0.72 0.49
HSL 9.03º 0.56% 0.32% -
HSV(B) 9.03º 0.72% 0.51% -
XYZ 10.51 7.08 2.48 -
YUV 72.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 129 50 36 0 0.61 0.72 0.49 9.03 0.56 0.32
Hex 81 32 24 0 3D 48 31 9 38 20
Octal 201 62 44 0 75 110 61 11 70 40
Binary 10000001 110010 100100 0 111101 1001000 110001 1001 111000 100000

Color Harmonies of #813224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813224

Black with #813224

Text Example


Text Example

White with #813224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813224; }

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

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

background-color css

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

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

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

border-color css

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

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

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