Html Css Color HEX #812C16 Burnt Umber

📋 copy color: '#812C16'

red 129 ◦ green 44 ◦ blue 22

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

Shades of Burnt Umber #812C16

Tints of Burnt Umber #812C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.28%

R = 66.15%
G = 22.56%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#812C16 (or 0x812C16) is known color: Burnt Umber. HEX triplet: 81, 2C and 16. RGB value is (129,44,22). Sum of RGB (Red+Green+Blue) = 129+44+22=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #812C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C16 is #7ED3E9. Grayscale: #434343. Windows color (decimal): -8311786 or 1453185. OLE color: 1453185.

HSL color Cylindrical-coordinate representation of color #812C16: hue angle of 12.34º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #812C16 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 44 22 -
CMYK 0 0.66 0.83 0.49
HSL 12.34º 0.71% 0.3% -
HSV(B) 12.34º 0.83% 0.51% -
XYZ 10.1 6.53 1.49 -
YUV 66.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 129 44 22 0 0.66 0.83 0.49 12.34 0.71 0.3
Hex 81 2C 16 0 42 53 31 C 47 1E
Octal 201 54 26 0 102 123 61 14 107 36
Binary 10000001 101100 10110 0 1000010 1010011 110001 1100 1000111 11110

Color Harmonies of #812C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812C16

Black with #812C16

Text Example


Text Example

White with #812C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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