#81371F

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

Shades of Burnt Umber #81371F

Tints of Burnt Umber #81371F

Color information

#81371F (or 0x81371F) is unknown color: approx Burnt Umber. HEX triplet: 81, 37 and 1F. RGB value is (129,55,31). Sum of RGB (Red+Green+Blue) = 129+55+31=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81371F is #7EC8E0. Grayscale: #4A4A4A. Windows color (decimal): -8308961 or 2045825. OLE color: 2045825.

HSL color Cylindrical-coordinate representation of color #81371F: hue angle of 14.69º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81371F is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1295531-
CMYK00.570.760.49
HSL14.69º61.25%31.37%-
HSV(B)14.69º75.97%50.59%-
XYZ10.677.52.18-
YUV74.39103.52166.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=60%
G=25.58%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129553100.570.760.4914.6961.2531.37
Hex81371F0394C31f3d1f
Octal201673707111461177537
Binary100000011101111111101110011001100110001111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81371F; }

 p { color: rgb(129,55,31); }

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

<style>
 a { background-color: #81371F; }

 a { background-color: rgb(129,55,31); }

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

<style>
 span { border-color: #81371F; }

 span { border-color: rgb(129,55,31); }

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