#805515

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

Shades of Raw Umber #805515

Tints of Raw Umber #805515

Color information

#805515 (or 0x805515) is unknown color: approx Raw Umber. HEX triplet: 80, 55 and 15. RGB value is (128,85,21). Sum of RGB (Red+Green+Blue) = 128+85+21=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #805515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805515 is #7FAAEA. Grayscale: #5A5A5A. Windows color (decimal): -8366827 or 1398144. OLE color: 1398144.

HSL color Cylindrical-coordinate representation of color #805515: hue angle of 35.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805515 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1288521-
CMYK00.340.840.50
HSL35.89º71.81%29.22%-
HSV(B)35.89º83.59%50.2%-
XYZ12.2911.142.21-
YUV90.5688.75154.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=54.70%
G=36.32%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128852100.340.840.5035.8971.8129.22
Hex805515022543224481d
Octal20012525042124624411035
Binary1000000010101011010101000101010100110010100100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805515; }

 p { color: rgb(128,85,21); }

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

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

 a { background-color: rgb(128,85,21); }

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

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

 span { border-color: rgb(128,85,21); }

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