Html Css Color HEX #812E1D Burnt Umber

📋 copy color: '#812E1D'

red 129 ◦ green 46 ◦ blue 29

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

Shades of Burnt Umber #812E1D

Tints of Burnt Umber #812E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

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

R = 63.24%
G = 22.55%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#812E1D (or 0x812E1D) is known color: Burnt Umber. HEX triplet: 81, 2E and 1D. RGB value is (129,46,29). Sum of RGB (Red+Green+Blue) = 129+46+29=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #812E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E1D is #7ED1E2. Grayscale: #454545. Windows color (decimal): -8311267 or 1912449. OLE color: 1912449.

HSL color Cylindrical-coordinate representation of color #812E1D: hue angle of 10.2º 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 #812E1D is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 46 29 -
CMYK 0 0.64 0.78 0.49
HSL 10.2º 0.63% 0.31% -
HSV(B) 10.2º 0.78% 0.51% -
XYZ 10.25 6.71 1.92 -
YUV 68.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 129 46 29 0 0.64 0.78 0.49 10.2 0.63 0.31
Hex 81 2E 1D 0 40 4E 31 A 3F 1F
Octal 201 56 35 0 100 116 61 12 77 37
Binary 10000001 101110 11101 0 1000000 1001110 110001 1010 111111 11111

Color Harmonies of #812E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E1D

Black with #812E1D

Text Example


Text Example

White with #812E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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