#775628

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

Shades of Hot Curry #775628

Tints of Hot Curry #775628

Color information

#775628 (or 0x775628) is unknown color: approx Hot Curry. HEX triplet: 77, 56 and 28. RGB value is (119,86,40). Sum of RGB (Red+Green+Blue) = 119+86+40=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #775628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775628 is #88A9D7. Grayscale: #5A5A5A. Windows color (decimal): -8956376 or 2643575. OLE color: 2643575.

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

Color convert

RGB1198640-
CMYK00.280.660.53
HSL34.94º49.69%31.18%-
HSV(B)34.94º66.39%46.67%-
XYZ11.3210.733.48-
YUV90.6299.43148.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=48.57%
G=35.10%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119864000.280.660.5334.9449.6931.18
Hex77562801C423523321f
Octal1671265003410265436237
Binary11101111010110101000011100100001011010110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775628; }

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

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

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

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

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

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

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

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