#785125

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

Shades of Hot Curry #785125

Tints of Hot Curry #785125

Color information

#785125 (or 0x785125) is unknown color: approx Hot Curry. HEX triplet: 78, 51 and 25. RGB value is (120,81,37). Sum of RGB (Red+Green+Blue) = 120+81+37=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #785125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785125 is #87AEDA. Grayscale: #575757. Windows color (decimal): -8892123 or 2445688. OLE color: 2445688.

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

Color convert

RGB1208137-
CMYK00.320.690.53
HSL31.81º52.87%30.78%-
HSV(B)31.81º69.17%47.06%-
XYZ11.0210.013.1-
YUV87.6499.42151.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=50.42%
G=34.03%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120813700.320.690.5331.8152.8730.78
Hex785125020453520351f
Octal1701214504010565406537
Binary111100010100011001010100000100010111010110000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785125; }

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

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

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

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

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

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

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

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