#785321

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

Shades of Hot Curry #785321

Tints of Hot Curry #785321

Color information

#785321 (or 0x785321) is unknown color: approx Hot Curry. HEX triplet: 78, 53 and 21. RGB value is (120,83,33). Sum of RGB (Red+Green+Blue) = 120+83+33=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #785321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785321 is #87ACDE. Grayscale: #585858. Windows color (decimal): -8891615 or 2184056. OLE color: 2184056.

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

Color convert

RGB1208333-
CMYK00.310.720.53
HSL34.48º56.86%30%-
HSV(B)34.48º72.5%47.06%-
XYZ11.1110.292.84-
YUV88.3696.76150.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=50.85%
G=35.17%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120833300.310.720.5334.4856.8630
Hex78532101F483522391e
Octal1701234103711065427136
Binary11110001010011100001011111100100011010110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785321; }

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

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

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

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

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

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

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

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