#81290B

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

Shades of Burnt Umber #81290B

Tints of Burnt Umber #81290B

Color information

#81290B (or 0x81290B) is unknown color: approx Burnt Umber. HEX triplet: 81, 29 and 0B. RGB value is (129,41,11). Sum of RGB (Red+Green+Blue) = 129+41+11=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81290B is #7ED6F4. Grayscale: #404040. Windows color (decimal): -8312565 or 731521. OLE color: 731521.

HSL color Cylindrical-coordinate representation of color #81290B: hue angle of 15.25º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81290B is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1294111-
CMYK00.680.910.49
HSL15.25º84.29%27.45%-
HSV(B)15.25º91.47%50.59%-
XYZ9.916.281.01-
YUV63.8998.15174.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=71.27%
G=22.65%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129411100.680.910.4915.2584.2927.45
Hex8129B0445B31f541b
Octal20151130104133611712433
Binary1000000110100110110100010010110111100011111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81290B; }

 p { color: rgb(129,41,11); }

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

<style>
 a { background-color: #81290B; }

 a { background-color: rgb(129,41,11); }

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

<style>
 span { border-color: #81290B; }

 span { border-color: rgb(129,41,11); }

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