#812F11

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

Shades of Burnt Umber #812F11

Tints of Burnt Umber #812F11

Color information

#812F11 (or 0x812F11) is unknown color: approx Burnt Umber. HEX triplet: 81, 2F and 11. RGB value is (129,47,17). Sum of RGB (Red+Green+Blue) = 129+47+17=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #812F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812F11 is #7ED0EE. Grayscale: #444444. Windows color (decimal): -8311023 or 1126273. OLE color: 1126273.

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

Color convert

RGB1294717-
CMYK00.640.870.49
HSL16.07º76.71%28.63%-
HSV(B)16.07º86.82%50.59%-
XYZ10.176.741.3-
YUV68.199.17171.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.84%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=66.84%
G=24.35%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129471700.640.870.4916.0776.7128.63
Hex812F110405731104d1d
Octal20157210100127612011535
Binary100000011011111000101000000101011111000110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,47,17); }

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

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

 a { background-color: rgb(129,47,17); }

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

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

 span { border-color: rgb(129,47,17); }

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