#785A2C

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

Shades of Hot Curry #785A2C

Tints of Hot Curry #785A2C

Color information

#785A2C (or 0x785A2C) is unknown color: approx Hot Curry. HEX triplet: 78, 5A and 2C. RGB value is (120,90,44). Sum of RGB (Red+Green+Blue) = 120+90+44=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #785A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A2C is #87A5D3. Grayscale: #5D5D5D. Windows color (decimal): -8889812 or 2906744. OLE color: 2906744.

HSL color Cylindrical-coordinate representation of color #785A2C: hue angle of 36.32º 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 #785A2C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1209044-
CMYK00.250.630.53
HSL36.32º46.34%32.16%-
HSV(B)36.32º63.33%47.06%-
XYZ11.8611.493.98-
YUV93.7399.94146.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=47.24%
G=35.43%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120904400.250.630.5336.3246.3432.16
Hex785A2C0193F35242e20
Octal170132540317765445640
Binary11110001011010101100011001111111110101100100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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