Html Css Color HEX #81290C Burnt Umber

📋 copy color: '#81290C'

red 129 ◦ green 41 ◦ blue 12

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

Shades of Burnt Umber #81290C

Tints of Burnt Umber #81290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 12 (5.08% from 255) = 6.59%

R = 70.88%
G = 22.53%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81290C (or 0x81290C) is known color: Burnt Umber. HEX triplet: 81, 29 and 0C. RGB value is (129,41,12). Sum of RGB (Red+Green+Blue) = 129+41+12=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #81290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81290C is #7ED6F3. Grayscale: #404040. Windows color (decimal): -8312564 or 797057. OLE color: 797057.

HSL color Cylindrical-coordinate representation of color #81290C: hue angle of 14.87º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81290C is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 12 -
CMYK 0 0.68 0.91 0.49
HSL 14.87º 0.83% 0.28% -
HSV(B) 14.87º 0.91% 0.51% -
XYZ 9.91 6.28 1.04 -
YUV 64.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 129 41 12 0 0.68 0.91 0.49 14.87 0.83 0.28
Hex 81 29 C 0 44 5B 31 F 53 1C
Octal 201 51 14 0 104 133 61 17 123 34
Binary 10000001 101001 1100 0 1000100 1011011 110001 1111 1010011 11100

Color Harmonies of #81290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81290C

Black with #81290C

Text Example


Text Example

White with #81290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81290C; }

 p { color: rgb(129,41,12); }

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

background-color css

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

 a { background-color: rgb(129,41,12); }

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

border-color css

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

 span { border-color: rgb(129,41,12); }

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