#81351E

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

Shades of Burnt Umber #81351E

Tints of Burnt Umber #81351E

Color information

#81351E (or 0x81351E) is unknown color: approx Burnt Umber. HEX triplet: 81, 35 and 1E. RGB value is (129,53,30). Sum of RGB (Red+Green+Blue) = 129+53+30=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81351E is #7ECAE1. Grayscale: #494949. Windows color (decimal): -8309474 or 1979777. OLE color: 1979777.

HSL color Cylindrical-coordinate representation of color #81351E: hue angle of 13.94º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81351E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1295330-
CMYK00.590.770.49
HSL13.94º62.26%31.18%-
HSV(B)13.94º76.74%50.59%-
XYZ10.567.312.08-
YUV73.1103.68167.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.85%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=60.85%
G=25%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129533000.590.770.4913.9462.2631.18
Hex81351E03B4D31e3e1f
Octal201653607311561167637
Binary100000011101011111001110111001101110001111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81351E; }

 p { color: rgb(129,53,30); }

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

<style>
 a { background-color: #81351E; }

 a { background-color: rgb(129,53,30); }

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

<style>
 span { border-color: #81351E; }

 span { border-color: rgb(129,53,30); }

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