#785D21

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

Shades of Hot Curry #785D21

Tints of Hot Curry #785D21

Color information

#785D21 (or 0x785D21) is unknown color: approx Hot Curry. HEX triplet: 78, 5D and 21. RGB value is (120,93,33). Sum of RGB (Red+Green+Blue) = 120+93+33=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #785D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D21 is #87A2DE. Grayscale: #5E5E5E. Windows color (decimal): -8889055 or 2186616. OLE color: 2186616.

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

Color convert

RGB1209333-
CMYK00.220.720.53
HSL41.38º56.86%30%-
HSV(B)41.38º72.5%47.06%-
XYZ11.9311.933.11-
YUV94.2393.45146.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=48.78%
G=37.80%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120933300.220.720.5341.3856.8630
Hex785D21016483529391e
Octal1701354102611065517136
Binary11110001011101100001010110100100011010110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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