Html Css Color HEX #812A1F Burnt Umber

📋 copy color: '#812A1F'

red 129 ◦ green 42 ◦ blue 31

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

Shades of Burnt Umber #812A1F

Tints of Burnt Umber #812A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 63.86%
G = 20.79%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#812A1F (or 0x812A1F) is known color: Burnt Umber. HEX triplet: 81, 2A and 1F. RGB value is (129,42,31). Sum of RGB (Red+Green+Blue) = 129+42+31=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #812A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A1F is #7ED5E0. Grayscale: #424242. Windows color (decimal): -8312289 or 2042497. OLE color: 2042497.

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

Color convert

RGB 129 42 31 -
CMYK 0 0.67 0.76 0.49
HSL 6.73º 0.61% 0.31% -
HSV(B) 6.73º 0.76% 0.51% -
XYZ 10.13 6.42 2 -
YUV 66.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 129 42 31 0 0.67 0.76 0.49 6.73 0.61 0.31
Hex 81 2A 1F 0 43 4C 31 7 3D 1F
Octal 201 52 37 0 103 114 61 7 75 37
Binary 10000001 101010 11111 0 1000011 1001100 110001 111 111101 11111

Color Harmonies of #812A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812A1F

Black with #812A1F

Text Example


Text Example

White with #812A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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