Html Css Color HEX #812A1D Burnt Umber

📋 copy color: '#812A1D'

red 129 ◦ green 42 ◦ blue 29

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

Shades of Burnt Umber #812A1D

Tints of Burnt Umber #812A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 64.5%
G = 21%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#812A1D (or 0x812A1D) is known color: Burnt Umber. HEX triplet: 81, 2A and 1D. RGB value is (129,42,29). Sum of RGB (Red+Green+Blue) = 129+42+29=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #812A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A1D is #7ED5E2. Grayscale: #424242. Windows color (decimal): -8312291 or 1911425. OLE color: 1911425.

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

Color convert

RGB 129 42 29 -
CMYK 0 0.67 0.78 0.49
HSL 7.8º 0.63% 0.31% -
HSV(B) 7.8º 0.78% 0.51% -
XYZ 10.1 6.41 1.87 -
YUV 66.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 129 42 29 0 0.67 0.78 0.49 7.8 0.63 0.31
Hex 81 2A 1D 0 43 4E 31 8 3F 1F
Octal 201 52 35 0 103 116 61 10 77 37
Binary 10000001 101010 11101 0 1000011 1001110 110001 1000 111111 11111

Color Harmonies of #812A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812A1D

Black with #812A1D

Text Example


Text Example

White with #812A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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