Html Css Color HEX #812C1E Burnt Umber

📋 copy color: '#812C1E'

red 129 ◦ green 44 ◦ blue 30

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

Shades of Burnt Umber #812C1E

Tints of Burnt Umber #812C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 63.55%
G = 21.67%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#812C1E (or 0x812C1E) is known color: Burnt Umber. HEX triplet: 81, 2C and 1E. RGB value is (129,44,30). Sum of RGB (Red+Green+Blue) = 129+44+30=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C1E is #7ED3E1. Grayscale: #434343. Windows color (decimal): -8311778 or 1977473. OLE color: 1977473.

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

Color convert

RGB 129 44 30 -
CMYK 0 0.66 0.77 0.49
HSL 8.48º 0.62% 0.31% -
HSV(B) 8.48º 0.77% 0.51% -
XYZ 10.19 6.56 1.96 -
YUV 67.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 129 44 30 0 0.66 0.77 0.49 8.48 0.62 0.31
Hex 81 2C 1E 0 42 4D 31 8 3E 1F
Octal 201 54 36 0 102 115 61 10 76 37
Binary 10000001 101100 11110 0 1000010 1001101 110001 1000 111110 11111

Color Harmonies of #812C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812C1E

Black with #812C1E

Text Example


Text Example

White with #812C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,44,30); }

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

background-color css

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

 a { background-color: rgb(129,44,30); }

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

border-color css

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

 span { border-color: rgb(129,44,30); }

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