Html Css Color HEX #812E24 Burnt Umber

📋 copy color: '#812E24'

red 129 ◦ green 46 ◦ blue 36

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

Shades of Burnt Umber #812E24

Tints of Burnt Umber #812E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

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

R = 61.14%
G = 21.8%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#812E24 (or 0x812E24) is known color: Burnt Umber. HEX triplet: 81, 2E and 24. RGB value is (129,46,36). Sum of RGB (Red+Green+Blue) = 129+46+36=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #812E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E24 is #7ED1DB. Grayscale: #454545. Windows color (decimal): -8311260 or 2371201. OLE color: 2371201.

HSL color Cylindrical-coordinate representation of color #812E24: hue angle of 6.45º 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 #812E24 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 46 36 -
CMYK 0 0.64 0.72 0.49
HSL 6.45º 0.56% 0.32% -
HSV(B) 6.45º 0.72% 0.51% -
XYZ 10.35 6.75 2.43 -
YUV 69.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 129 46 36 0 0.64 0.72 0.49 6.45 0.56 0.32
Hex 81 2E 24 0 40 48 31 6 38 20
Octal 201 56 44 0 100 110 61 6 70 40
Binary 10000001 101110 100100 0 1000000 1001000 110001 110 111000 100000

Color Harmonies of #812E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E24

Black with #812E24

Text Example


Text Example

White with #812E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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