#785B21

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

Shades of Hot Curry #785B21

Tints of Hot Curry #785B21

Color information

#785B21 (or 0x785B21) is unknown color: approx Hot Curry. HEX triplet: 78, 5B and 21. RGB value is (120,91,33). Sum of RGB (Red+Green+Blue) = 120+91+33=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #785B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B21 is #87A4DE. Grayscale: #5D5D5D. Windows color (decimal): -8889567 or 2186104. OLE color: 2186104.

HSL color Cylindrical-coordinate representation of color #785B21: hue angle of 40º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #785B21 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1209133-
CMYK00.240.720.53
HSL40º56.86%30%-
HSV(B)40º72.5%47.06%-
XYZ11.7611.593.06-
YUV93.0694.11147.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=49.18%
G=37.30%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120913300.240.720.534056.8630
Hex785B21018483528391e
Octal1701334103011065507136
Binary11110001011011100001011000100100011010110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,91,33); }

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

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

 a { background-color: rgb(120,91,33); }

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

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

 span { border-color: rgb(120,91,33); }

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