#81520B

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

Shades of Raw Umber #81520B

Tints of Raw Umber #81520B

Color information

#81520B (or 0x81520B) is unknown color: approx Raw Umber. HEX triplet: 81, 52 and 0B. RGB value is (129,82,11). Sum of RGB (Red+Green+Blue) = 129+82+11=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81520B is #7EADF4. Grayscale: #585858. Windows color (decimal): -8302069 or 742017. OLE color: 742017.

HSL color Cylindrical-coordinate representation of color #81520B: hue angle of 36.1º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81520B is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1298211-
CMYK00.360.910.49
HSL36.1º84.29%27.45%-
HSV(B)36.1º91.47%50.59%-
XYZ12.1310.731.75-
YUV87.9684.57157.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.11%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=58.11%
G=36.94%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129821100.360.910.4936.184.2927.45
Hex8152B0245B3124541b
Octal20112213044133614412433
Binary100000011010010101101001001011011110001100100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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