Html Css Color HEX #812D1C Burnt Umber

📋 copy color: '#812D1C'

red 129 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #812D1C

Tints of Burnt Umber #812D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.28%

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

R = 63.86%
G = 22.28%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#812D1C (or 0x812D1C) is known color: Burnt Umber. HEX triplet: 81, 2D and 1C. RGB value is (129,45,28). Sum of RGB (Red+Green+Blue) = 129+45+28=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #812D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D1C is #7ED2E3. Grayscale: #444444. Windows color (decimal): -8311524 or 1846657. OLE color: 1846657.

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

Color convert

RGB 129 45 28 -
CMYK 0 0.65 0.78 0.49
HSL 10.1º 0.64% 0.31% -
HSV(B) 10.1º 0.78% 0.51% -
XYZ 10.2 6.63 1.84 -
YUV 68.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 129 45 28 0 0.65 0.78 0.49 10.1 0.64 0.31
Hex 81 2D 1C 0 41 4E 31 A 40 1F
Octal 201 55 34 0 101 116 61 12 100 37
Binary 10000001 101101 11100 0 1000001 1001110 110001 1010 1000000 11111

Color Harmonies of #812D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D1C

Black with #812D1C

Text Example


Text Example

White with #812D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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