Html Css Color HEX #812E1C Burnt Umber

📋 copy color: '#812E1C'

red 129 ◦ green 46 ◦ blue 28

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

Shades of Burnt Umber #812E1C

Tints of Burnt Umber #812E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 63.55%
G = 22.66%
B = 13.79%

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

#812E1C (or 0x812E1C) is known color: Burnt Umber. HEX triplet: 81, 2E and 1C. RGB value is (129,46,28). Sum of RGB (Red+Green+Blue) = 129+46+28=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E1C is #7ED1E3. Grayscale: #444444. Windows color (decimal): -8311268 or 1846913. OLE color: 1846913.

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

Color convert

RGB 129 46 28 -
CMYK 0 0.64 0.78 0.49
HSL 10.69º 0.64% 0.31% -
HSV(B) 10.69º 0.78% 0.51% -
XYZ 10.24 6.7 1.85 -
YUV 68.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 129 46 28 0 0.64 0.78 0.49 10.69 0.64 0.31
Hex 81 2E 1C 0 40 4E 31 B 40 1F
Octal 201 56 34 0 100 116 61 13 100 37
Binary 10000001 101110 11100 0 1000000 1001110 110001 1011 1000000 11111

Color Harmonies of #812E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E1C

Black with #812E1C

Text Example


Text Example

White with #812E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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