#805D25

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

Shades of Hot Curry #805D25

Tints of Hot Curry #805D25

Color information

#805D25 (or 0x805D25) is unknown color: approx Hot Curry. HEX triplet: 80, 5D and 25. RGB value is (128,93,37). Sum of RGB (Red+Green+Blue) = 128+93+37=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #805D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D25 is #7FA2DA. Grayscale: #616161. Windows color (decimal): -8364763 or 2448768. OLE color: 2448768.

HSL color Cylindrical-coordinate representation of color #805D25: hue angle of 36.92º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #805D25 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB1289337-
CMYK00.270.710.50
HSL36.92º55.15%32.35%-
HSV(B)36.92º71.09%50.2%-
XYZ13.1512.553.48-
YUV97.0894.1150.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=49.61%
G=36.05%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128933700.270.710.5036.9255.1532.35
Hex805D2501B4732253720
Octal2001354503310762456740
Binary1000000010111011001010110111000111110010100101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,93,37); }

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

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

 a { background-color: rgb(128,93,37); }

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

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

 span { border-color: rgb(128,93,37); }

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