#795120

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

Shades of Hot Curry #795120

Tints of Hot Curry #795120

Color information

#795120 (or 0x795120) is unknown color: approx Hot Curry. HEX triplet: 79, 51 and 20. RGB value is (121,81,32). Sum of RGB (Red+Green+Blue) = 121+81+32=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #795120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795120 is #86AEDF. Grayscale: #575757. Windows color (decimal): -8826592 or 2118009. OLE color: 2118009.

HSL color Cylindrical-coordinate representation of color #795120: hue angle of 33.03º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #795120 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1218132-
CMYK00.330.740.53
HSL33.03º58.17%30%-
HSV(B)33.03º73.55%47.45%-
XYZ11.0910.052.72-
YUV87.3796.75151.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=51.71%
G=34.62%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121813200.330.740.5333.0358.1730
Hex7951200214A35213a1e
Octal1711214004111265417236
Binary111100110100011000000100001100101011010110000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795120; }

 p { color: rgb(121,81,32); }

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

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

 a { background-color: rgb(121,81,32); }

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

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

 span { border-color: rgb(121,81,32); }

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