#81341A

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

Shades of Burnt Umber #81341A

Tints of Burnt Umber #81341A

Color information

#81341A (or 0x81341A) is unknown color: approx Burnt Umber. HEX triplet: 81, 34 and 1A. RGB value is (129,52,26). Sum of RGB (Red+Green+Blue) = 129+52+26=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81341A is #7ECBE5. Grayscale: #484848. Windows color (decimal): -8309734 or 1717377. OLE color: 1717377.

HSL color Cylindrical-coordinate representation of color #81341A: hue angle of 15.15º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81341A is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1295226-
CMYK00.600.800.49
HSL15.15º66.45%30.39%-
HSV(B)15.15º79.84%50.59%-
XYZ10.477.21.81-
YUV72.06102.01168.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=62.32%
G=25.12%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129522600.600.800.4915.1566.4530.39
Hex81341A03C5031f421e
Octal2016432074120611710236
Binary1000000111010011010011110010100001100011111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81341A; }

 p { color: rgb(129,52,26); }

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

<style>
 a { background-color: #81341A; }

 a { background-color: rgb(129,52,26); }

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

<style>
 span { border-color: #81341A; }

 span { border-color: rgb(129,52,26); }

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