#785521

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

Shades of Hot Curry #785521

Tints of Hot Curry #785521

Color information

#785521 (or 0x785521) is unknown color: approx Hot Curry. HEX triplet: 78, 55 and 21. RGB value is (120,85,33). Sum of RGB (Red+Green+Blue) = 120+85+33=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #785521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785521 is #87AADE. Grayscale: #595959. Windows color (decimal): -8891103 or 2184568. OLE color: 2184568.

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

Color convert

RGB1208533-
CMYK00.290.720.53
HSL35.86º56.86%30%-
HSV(B)35.86º72.5%47.06%-
XYZ11.2710.62.89-
YUV89.5496.1149.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=50.42%
G=35.71%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120853300.290.720.5335.8656.8630
Hex78552101D483524391e
Octal1701254103511065447136
Binary11110001010101100001011101100100011010110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785521; }

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

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

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

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

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

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

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

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