Html Css Color HEX #812E11 Burnt Umber

📋 copy color: '#812E11'

red 129 ◦ green 46 ◦ blue 17

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

Shades of Burnt Umber #812E11

Tints of Burnt Umber #812E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 67.19%
G = 23.96%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#812E11 (or 0x812E11) is known color: Burnt Umber. HEX triplet: 81, 2E and 11. RGB value is (129,46,17). Sum of RGB (Red+Green+Blue) = 129+46+17=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #812E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E11 is #7ED1EE. Grayscale: #434343. Windows color (decimal): -8311279 or 1126017. OLE color: 1126017.

HSL color Cylindrical-coordinate representation of color #812E11: hue angle of 15.54º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #812E11 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 46 17 -
CMYK 0 0.64 0.87 0.49
HSL 15.54º 0.77% 0.29% -
HSV(B) 15.54º 0.87% 0.51% -
XYZ 10.13 6.66 1.28 -
YUV 67.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 129 46 17 0 0.64 0.87 0.49 15.54 0.77 0.29
Hex 81 2E 11 0 40 57 31 10 4D 1D
Octal 201 56 21 0 100 127 61 20 115 35
Binary 10000001 101110 10001 0 1000000 1010111 110001 10000 1001101 11101

Color Harmonies of #812E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E11

Black with #812E11

Text Example


Text Example

White with #812E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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