#81381E

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

Shades of Burnt Umber #81381E

Tints of Burnt Umber #81381E

Color information

#81381E (or 0x81381E) is unknown color: approx Burnt Umber. HEX triplet: 81, 38 and 1E. RGB value is (129,56,30). Sum of RGB (Red+Green+Blue) = 129+56+30=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81381E is #7EC7E1. Grayscale: #4B4B4B. Windows color (decimal): -8308706 or 1980545. OLE color: 1980545.

HSL color Cylindrical-coordinate representation of color #81381E: hue angle of 15.76º 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 #81381E is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1295630-
CMYK00.570.770.49
HSL15.76º62.26%31.18%-
HSV(B)15.76º76.74%50.59%-
XYZ10.77.592.13-
YUV74.86102.68166.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=60%
G=26.05%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129563000.570.770.4915.7662.2631.18
Hex81381E0394D31103e1f
Octal201703607111561207637
Binary1000000111100011110011100110011011100011000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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