Html Css Color HEX #812D10 Burnt Umber

📋 copy color: '#812D10'

red 129 ◦ green 45 ◦ blue 16

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

Shades of Burnt Umber #812D10

Tints of Burnt Umber #812D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.42%

R = 67.89%
G = 23.68%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#812D10 (or 0x812D10) is known color: Burnt Umber. HEX triplet: 81, 2D and 10. RGB value is (129,45,16). Sum of RGB (Red+Green+Blue) = 129+45+16=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #812D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D10 is #7ED2EF. Grayscale: #434343. Windows color (decimal): -8311536 or 1060225. OLE color: 1060225.

HSL color Cylindrical-coordinate representation of color #812D10: hue angle of 15.4º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #812D10 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 45 16 -
CMYK 0 0.65 0.88 0.49
HSL 15.4º 0.78% 0.28% -
HSV(B) 15.4º 0.88% 0.51% -
XYZ 10.09 6.58 1.23 -
YUV 66.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 129 45 16 0 0.65 0.88 0.49 15.4 0.78 0.28
Hex 81 2D 10 0 41 58 31 F 4E 1C
Octal 201 55 20 0 101 130 61 17 116 34
Binary 10000001 101101 10000 0 1000001 1011000 110001 1111 1001110 11100

Color Harmonies of #812D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D10

Black with #812D10

Text Example


Text Example

White with #812D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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