#775D25

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

Shades of Hot Curry #775D25

Tints of Hot Curry #775D25

Color information

#775D25 (or 0x775D25) is unknown color: approx Hot Curry. HEX triplet: 77, 5D and 25. RGB value is (119,93,37). Sum of RGB (Red+Green+Blue) = 119+93+37=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #775D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D25 is #88A2DA. Grayscale: #5E5E5E. Windows color (decimal): -8954587 or 2448759. OLE color: 2448759.

HSL color Cylindrical-coordinate representation of color #775D25: hue angle of 40.98º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #775D25 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1199337-
CMYK00.220.690.53
HSL40.98º52.56%30.59%-
HSV(B)40.98º68.91%46.67%-
XYZ11.8611.883.42-
YUV94.3995.61145.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=47.79%
G=37.35%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119933700.220.690.5340.9852.5630.59
Hex775D25016453529351f
Octal1671354502610565516537
Binary11101111011101100101010110100010111010110100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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