#81520D

Color #81520D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #81520D

Tints of Raw Umber #81520D

Color information

#81520D (or 0x81520D) is unknown color: approx Raw Umber. HEX triplet: 81, 52 and 0D. RGB value is (129,82,13). Sum of RGB (Red+Green+Blue) = 129+82+13=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81520D is #7EADF2. Grayscale: #585858. Windows color (decimal): -8302067 or 873089. OLE color: 873089.

HSL color Cylindrical-coordinate representation of color #81520D: hue angle of 35.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81520D is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1298213-
CMYK00.360.900.49
HSL35.69º81.69%27.84%-
HSV(B)35.69º89.92%50.59%-
XYZ12.1410.731.81-
YUV88.1985.57157.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.59%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=57.59%
G=36.61%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129821300.360.900.4935.6981.6927.84
Hex8152D0245A3124521c
Octal20112215044132614412234
Binary100000011010010110101001001011010110001100100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81520D; }

 p { color: rgb(129,82,13); }

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

<style>
 a { background-color: #81520D; }

 a { background-color: rgb(129,82,13); }

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

<style>
 span { border-color: #81520D; }

 span { border-color: rgb(129,82,13); }

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