#785525

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

Shades of Hot Curry #785525

Tints of Hot Curry #785525

Color information

#785525 (or 0x785525) is unknown color: approx Hot Curry. HEX triplet: 78, 55 and 25. RGB value is (120,85,37). Sum of RGB (Red+Green+Blue) = 120+85+37=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #785525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785525 is #87AADA. Grayscale: #5A5A5A. Windows color (decimal): -8891099 or 2446712. OLE color: 2446712.

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

Color convert

RGB1208537-
CMYK00.290.690.53
HSL34.7º52.87%30.78%-
HSV(B)34.7º69.17%47.06%-
XYZ11.3310.623.2-
YUV89.9998.1149.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=49.59%
G=35.12%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120853700.290.690.5334.752.8730.78
Hex78552501D453523351f
Octal1701254503510565436537
Binary11110001010101100101011101100010111010110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785525; }

 p { color: rgb(120,85,37); }

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

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

 a { background-color: rgb(120,85,37); }

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

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

 span { border-color: rgb(120,85,37); }

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