#785c2c

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

Shades of Hot Curry #785C2C

Tints of Hot Curry #785C2C

Color information

#785C2C (or 0x785C2C) is unknown color: approx Hot Curry. HEX triplet: 78, 5C and 2C. RGB value is (120,92,44). Sum of RGB (Red+Green+Blue) = 120+92+44=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C2C is #87A3D3. Grayscale: #5F5F5F. Windows color (decimal): -8889300 or 2907256. OLE color: 2907256.

HSL color Cylindrical-coordinate representation of color #785C2C: hue angle of 37.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785C2C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1209244-
CMYK00.230.630.53
HSL37.89º46.34%32.16%-
HSV(B)37.89º63.33%47.06%-
XYZ12.0311.834.03-
YUV94.999.28145.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=46.88%
G=35.94%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120924400.230.630.5337.8946.3432.16
Hex785C2C0173F35262e20
Octal170134540277765465640
Binary11110001011100101100010111111111110101100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785c2c; }

 p { color: rgb(120,92,44); }

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

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

 a { background-color: rgb(120,92,44); }

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

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

 span { border-color: rgb(120,92,44); }

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