Html Css Color HEX #812A1A Burnt Umber

📋 copy color: '#812A1A'

red 129 ◦ green 42 ◦ blue 26

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

Shades of Burnt Umber #812A1A

Tints of Burnt Umber #812A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 65.48%
G = 21.32%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#812A1A (or 0x812A1A) is known color: Burnt Umber. HEX triplet: 81, 2A and 1A. RGB value is (129,42,26). Sum of RGB (Red+Green+Blue) = 129+42+26=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #812A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A1A is #7ED5E5. Grayscale: #424242. Windows color (decimal): -8312294 or 1714817. OLE color: 1714817.

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

Color convert

RGB 129 42 26 -
CMYK 0 0.67 0.80 0.49
HSL 9.32º 0.66% 0.3% -
HSV(B) 9.32º 0.8% 0.51% -
XYZ 10.07 6.4 1.68 -
YUV 66.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 129 42 26 0 0.67 0.80 0.49 9.32 0.66 0.3
Hex 81 2A 1A 0 43 50 31 9 42 1E
Octal 201 52 32 0 103 120 61 11 102 36
Binary 10000001 101010 11010 0 1000011 1010000 110001 1001 1000010 11110

Color Harmonies of #812A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812A1A

Black with #812A1A

Text Example


Text Example

White with #812A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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