#775423

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

Shades of Hot Curry #775423

Tints of Hot Curry #775423

Color information

#775423 (or 0x775423) is unknown color: approx Hot Curry. HEX triplet: 77, 54 and 23. RGB value is (119,84,35). Sum of RGB (Red+Green+Blue) = 119+84+35=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #775423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775423 is #88ABDC. Grayscale: #595959. Windows color (decimal): -8956893 or 2315383. OLE color: 2315383.

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

Color convert

RGB1198435-
CMYK00.290.710.53
HSL35º54.55%30.2%-
HSV(B)35º70.59%46.67%-
XYZ11.0810.383.01-
YUV88.8897.6149.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 35 (14.06% from 255) = 14.71%
R=50%
G=35.29%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119843500.290.710.533554.5530.2
Hex77542301D473523371e
Octal1671244303510765436736
Binary11101111010100100011011101100011111010110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775423; }

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

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

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

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

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

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

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

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