Html Css Color HEX #812C11 Burnt Umber

📋 copy color: '#812C11'

red 129 ◦ green 44 ◦ blue 17

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

Shades of Burnt Umber #812C11

Tints of Burnt Umber #812C11

RGB

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

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

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

R = 67.89%
G = 23.16%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#812C11 (or 0x812C11) is known color: Burnt Umber. HEX triplet: 81, 2C and 11. RGB value is (129,44,17). Sum of RGB (Red+Green+Blue) = 129+44+17=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #812C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C11 is #7ED3EE. Grayscale: #424242. Windows color (decimal): -8311791 or 1125505. OLE color: 1125505.

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

Color convert

RGB 129 44 17 -
CMYK 0 0.66 0.87 0.49
HSL 14.46º 0.77% 0.29% -
HSV(B) 14.46º 0.87% 0.51% -
XYZ 10.06 6.51 1.26 -
YUV 66.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 129 44 17 0 0.66 0.87 0.49 14.46 0.77 0.29
Hex 81 2C 11 0 42 57 31 E 4D 1D
Octal 201 54 21 0 102 127 61 16 115 35
Binary 10000001 101100 10001 0 1000010 1010111 110001 1110 1001101 11101

Color Harmonies of #812C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812C11

Black with #812C11

Text Example


Text Example

White with #812C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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