#785228

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

Shades of Hot Curry #785228

Tints of Hot Curry #785228

Color information

#785228 (or 0x785228) is unknown color: approx Hot Curry. HEX triplet: 78, 52 and 28. RGB value is (120,82,40). Sum of RGB (Red+Green+Blue) = 120+82+40=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #785228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785228 is #87ADD7. Grayscale: #585858. Windows color (decimal): -8891864 or 2642552. OLE color: 2642552.

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

Color convert

RGB1208240-
CMYK00.320.670.53
HSL31.5º50%31.37%-
HSV(B)31.5º66.67%47.06%-
XYZ11.1510.183.39-
YUV88.57100.59150.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=49.59%
G=33.88%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120824000.320.670.5331.55031.37
Hex785228020433520321f
Octal1701225004010365406237
Binary111100010100101010000100000100001111010110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785228; }

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

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

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

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

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

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

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

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