#785D23

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

Shades of Hot Curry #785D23

Tints of Hot Curry #785D23

Color information

#785D23 (or 0x785D23) is unknown color: approx Hot Curry. HEX triplet: 78, 5D and 23. RGB value is (120,93,35). Sum of RGB (Red+Green+Blue) = 120+93+35=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #785D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D23 is #87A2DC. Grayscale: #5E5E5E. Windows color (decimal): -8889053 or 2317688. OLE color: 2317688.

HSL color Cylindrical-coordinate representation of color #785D23: hue angle of 40.94º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #785D23 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1209335-
CMYK00.220.710.53
HSL40.94º54.84%30.39%-
HSV(B)40.94º70.83%47.06%-
XYZ11.9611.943.26-
YUV94.4694.45146.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=48.39%
G=37.5%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120933500.220.710.5340.9454.8430.39
Hex785D23016473529371e
Octal1701354302610765516736
Binary11110001011101100011010110100011111010110100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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