#775228

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

Shades of Hot Curry #775228

Tints of Hot Curry #775228

Color information

#775228 (or 0x775228) is unknown color: approx Hot Curry. HEX triplet: 77, 52 and 28. RGB value is (119,82,40). Sum of RGB (Red+Green+Blue) = 119+82+40=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #775228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775228 is #88ADD7. Grayscale: #585858. Windows color (decimal): -8957400 or 2642551. OLE color: 2642551.

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

Color convert

RGB1198240-
CMYK00.310.660.53
HSL31.9º49.69%31.18%-
HSV(B)31.9º66.39%46.67%-
XYZ11.0110.113.38-
YUV88.28100.76149.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=49.38%
G=34.02%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119824000.310.660.5331.949.6931.18
Hex77522801F423520321f
Octal1671225003710265406237
Binary11101111010010101000011111100001011010110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775228; }

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

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

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

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

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

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

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

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