Html Css Color HEX #81290F Burnt Umber

📋 copy color: '#81290F'

red 129 ◦ green 41 ◦ blue 15

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

Shades of Burnt Umber #81290F

Tints of Burnt Umber #81290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 69.73%
G = 22.16%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#81290F (or 0x81290F) is known color: Burnt Umber. HEX triplet: 81, 29 and 0F. RGB value is (129,41,15). Sum of RGB (Red+Green+Blue) = 129+41+15=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #81290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81290F is #7ED6F0. Grayscale: #404040. Windows color (decimal): -8312561 or 993665. OLE color: 993665.

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

Color convert

RGB 129 41 15 -
CMYK 0 0.68 0.88 0.49
HSL 13.68º 0.79% 0.28% -
HSV(B) 13.68º 0.88% 0.51% -
XYZ 9.93 6.29 1.14 -
YUV 64.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 129 41 15 0 0.68 0.88 0.49 13.68 0.79 0.28
Hex 81 29 F 0 44 58 31 E 4F 1C
Octal 201 51 17 0 104 130 61 16 117 34
Binary 10000001 101001 1111 0 1000100 1011000 110001 1110 1001111 11100

Color Harmonies of #81290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81290F

Black with #81290F

Text Example


Text Example

White with #81290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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