#805B15

Color #805B15 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #805B15

Tints of Hot Curry #805B15

Color information

#805B15 (or 0x805B15) is unknown color: approx Hot Curry. HEX triplet: 80, 5B and 15. RGB value is (128,91,21). Sum of RGB (Red+Green+Blue) = 128+91+21=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #805B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805B15 is #7FA4EA. Grayscale: #5E5E5E. Windows color (decimal): -8365291 or 1399680. OLE color: 1399680.

HSL color Cylindrical-coordinate representation of color #805B15: hue angle of 39.25º 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 #805B15 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1289121-
CMYK00.290.840.50
HSL39.25º71.81%29.22%-
HSV(B)39.25º83.59%50.2%-
XYZ12.7812.132.38-
YUV94.0886.76152.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=53.33%
G=37.92%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128912100.290.840.5039.2571.8129.22
Hex805B1501D543227481d
Octal20013325035124624711035
Binary100000001011011101010111011010100110010100111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805B15; }

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

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

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

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

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

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

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

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