#775923

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

Shades of Hot Curry #775923

Tints of Hot Curry #775923

Color information

#775923 (or 0x775923) is unknown color: approx Hot Curry. HEX triplet: 77, 59 and 23. RGB value is (119,89,35). Sum of RGB (Red+Green+Blue) = 119+89+35=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #775923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775923 is #88A6DC. Grayscale: #5C5C5C. Windows color (decimal): -8955613 or 2316663. OLE color: 2316663.

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

Color convert

RGB1198935-
CMYK00.250.710.53
HSL38.57º54.55%30.2%-
HSV(B)38.57º70.59%46.67%-
XYZ11.4811.193.14-
YUV91.8195.94147.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 35 (14.06% from 255) = 14.40%
R=48.97%
G=36.63%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119893500.250.710.5338.5754.5530.2
Hex775923019473527371e
Octal1671314303110765476736
Binary11101111011001100011011001100011111010110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775923; }

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

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

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

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

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

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

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

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