Html Css Color HEX #812A09 Burnt Umber

📋 copy color: '#812A09'

red 129 ◦ green 42 ◦ blue 9

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

Shades of Burnt Umber #812A09

Tints of Burnt Umber #812A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.33%

 BLUE value IS 9 (3.91% from 255) = 5%

R = 71.67%
G = 23.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#812A09 (or 0x812A09) is known color: Burnt Umber. HEX triplet: 81, 2A and 09. RGB value is (129,42,9). Sum of RGB (Red+Green+Blue) = 129+42+9=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #812A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A09 is #7ED5F6. Grayscale: #404040. Windows color (decimal): -8312311 or 600705. OLE color: 600705.

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

Color convert

RGB 129 42 9 -
CMYK 0 0.67 0.93 0.49
HSL 16.5º 0.87% 0.27% -
HSV(B) 16.5º 0.93% 0.51% -
XYZ 9.93 6.34 0.96 -
YUV 64.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 129 42 9 0 0.67 0.93 0.49 16.5 0.87 0.27
Hex 81 2A 9 0 43 5D 31 10 57 1B
Octal 201 52 11 0 103 135 61 20 127 33
Binary 10000001 101010 1001 0 1000011 1011101 110001 10000 1010111 11011

Color Harmonies of #812A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812A09

Black with #812A09

Text Example


Text Example

White with #812A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,42,9); }

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

background-color css

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

 a { background-color: rgb(129,42,9); }

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

border-color css

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

 span { border-color: rgb(129,42,9); }

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