Html Css Color HEX #812D1D Burnt Umber

📋 copy color: '#812D1D'

red 129 ◦ green 45 ◦ blue 29

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

Shades of Burnt Umber #812D1D

Tints of Burnt Umber #812D1D

RGB

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

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

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

R = 63.55%
G = 22.17%
B = 14.29%

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

#812D1D (or 0x812D1D) is known color: Burnt Umber. HEX triplet: 81, 2D and 1D. RGB value is (129,45,29). Sum of RGB (Red+Green+Blue) = 129+45+29=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D1D is #7ED2E2. Grayscale: #444444. Windows color (decimal): -8311523 or 1912193. OLE color: 1912193.

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

Color convert

RGB 129 45 29 -
CMYK 0 0.65 0.78 0.49
HSL 9.6º 0.63% 0.31% -
HSV(B) 9.6º 0.78% 0.51% -
XYZ 10.21 6.63 1.9 -
YUV 68.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 129 45 29 0 0.65 0.78 0.49 9.6 0.63 0.31
Hex 81 2D 1D 0 41 4E 31 A 3F 1F
Octal 201 55 35 0 101 116 61 12 77 37
Binary 10000001 101101 11101 0 1000001 1001110 110001 1010 111111 11111

Color Harmonies of #812D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D1D

Black with #812D1D

Text Example


Text Example

White with #812D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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