#812D0D

Color #812D0D Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #812D0D

Tints of Burnt Umber #812D0D

Color information

#812D0D (or 0x812D0D) is unknown color: approx Burnt Umber. HEX triplet: 81, 2D and 0D. RGB value is (129,45,13). Sum of RGB (Red+Green+Blue) = 129+45+13=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #812D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D0D is #7ED2F2. Grayscale: #424242. Windows color (decimal): -8311539 or 863617. OLE color: 863617.

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

Color convert

RGB1294513-
CMYK00.650.900.49
HSL16.55º81.69%27.84%-
HSV(B)16.55º89.92%50.59%-
XYZ10.066.571.12-
YUV66.4797.83172.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=68.98%
G=24.06%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129451300.650.900.4916.5581.6927.84
Hex812DD0415A3111521c
Octal20155150101132612112234
Binary10000001101101110101000001101101011000110001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #812D0D;
 }
 .AnyTagClassName
 {
   color: #812D0D;
 }
</style>
background-color css

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

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

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

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

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

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