#815013

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

Shades of Raw Umber #815013

Tints of Raw Umber #815013

Color information

#815013 (or 0x815013) is unknown color: approx Raw Umber. HEX triplet: 81, 50 and 13. RGB value is (129,80,19). Sum of RGB (Red+Green+Blue) = 129+80+19=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #815013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815013 is #7EAFEC. Grayscale: #575757. Windows color (decimal): -8302573 or 1265793. OLE color: 1265793.

HSL color Cylindrical-coordinate representation of color #815013: hue angle of 33.27º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #815013 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1298019-
CMYK00.380.850.49
HSL33.27º74.32%29.02%-
HSV(B)33.27º85.27%50.59%-
XYZ12.0410.452-
YUV87.789.23157.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 19 (7.81% from 255) = 8.33%
R=56.58%
G=35.09%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129801900.380.850.4933.2774.3229.02
Hex8150130265531214a1d
Octal20112023046125614111235
Binary1000000110100001001101001101010101110001100001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815013; }

 p { color: rgb(129,80,19); }

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

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

 a { background-color: rgb(129,80,19); }

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

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

 span { border-color: rgb(129,80,19); }

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