#775625

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

Shades of Hot Curry #775625

Tints of Hot Curry #775625

Color information

#775625 (or 0x775625) is unknown color: approx Hot Curry. HEX triplet: 77, 56 and 25. RGB value is (119,86,37). Sum of RGB (Red+Green+Blue) = 119+86+37=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #775625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775625 is #88A9DA. Grayscale: #5A5A5A. Windows color (decimal): -8956379 or 2446967. OLE color: 2446967.

HSL color Cylindrical-coordinate representation of color #775625: hue angle of 35.85º 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 #775625 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1198637-
CMYK00.280.690.53
HSL35.85º52.56%30.59%-
HSV(B)35.85º68.91%46.67%-
XYZ11.2710.713.22-
YUV90.2897.93148.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=49.17%
G=35.54%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119863700.280.690.5335.8552.5630.59
Hex77562501C453524351f
Octal1671264503410565446537
Binary11101111010110100101011100100010111010110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775625; }

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

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

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

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

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

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

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

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