#785A2B

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

Shades of Hot Curry #785A2B

Tints of Hot Curry #785A2B

Color information

#785A2B (or 0x785A2B) is unknown color: approx Hot Curry. HEX triplet: 78, 5A and 2B. RGB value is (120,90,43). Sum of RGB (Red+Green+Blue) = 120+90+43=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A2B is #87A5D4. Grayscale: #5D5D5D. Windows color (decimal): -8889813 or 2841208. OLE color: 2841208.

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

Color convert

RGB1209043-
CMYK00.250.640.53
HSL36.62º47.24%31.96%-
HSV(B)36.62º64.17%47.06%-
XYZ11.8411.483.88-
YUV93.6199.44146.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=47.43%
G=35.57%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120904300.250.640.5336.6247.2431.96
Hex785A2B0194035252f20
Octal1701325303110065455740
Binary111100010110101010110110011000000110101100101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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