#81520F

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

Shades of Raw Umber #81520F

Tints of Raw Umber #81520F

Color information

#81520F (or 0x81520F) is unknown color: approx Raw Umber. HEX triplet: 81, 52 and 0F. RGB value is (129,82,15). Sum of RGB (Red+Green+Blue) = 129+82+15=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #81520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81520F is #7EADF0. Grayscale: #585858. Windows color (decimal): -8302065 or 1004161. OLE color: 1004161.

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

Color convert

RGB1298215-
CMYK00.360.880.49
HSL35.26º79.17%28.24%-
HSV(B)35.26º88.37%50.59%-
XYZ12.1610.741.88-
YUV88.4286.57156.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.08%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=57.08%
G=36.28%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129821500.360.880.4935.2679.1728.24
Hex8152F0245831234f1c
Octal20112217044130614311734
Binary100000011010010111101001001011000110001100011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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