#775D23

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

Shades of Hot Curry #775D23

Tints of Hot Curry #775D23

Color information

#775D23 (or 0x775D23) is unknown color: approx Hot Curry. HEX triplet: 77, 5D and 23. RGB value is (119,93,35). Sum of RGB (Red+Green+Blue) = 119+93+35=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #775D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D23 is #88A2DC. Grayscale: #5E5E5E. Windows color (decimal): -8954589 or 2317687. OLE color: 2317687.

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

Color convert

RGB1199335-
CMYK00.220.710.53
HSL41.43º54.55%30.2%-
HSV(B)41.43º70.59%46.67%-
XYZ11.8311.873.26-
YUV94.1694.61145.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=48.18%
G=37.65%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119933500.220.710.5341.4354.5530.2
Hex775D23016473529371e
Octal1671354302610765516736
Binary11101111011101100011010110100011111010110100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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