#795E2F

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

Shades of Hot Curry #795E2F

Tints of Hot Curry #795E2F

Color information

#795E2F (or 0x795E2F) is unknown color: approx Hot Curry. HEX triplet: 79, 5E and 2F. RGB value is (121,94,47). Sum of RGB (Red+Green+Blue) = 121+94+47=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #795E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E2F is #86A1D0. Grayscale: #606060. Windows color (decimal): -8823249 or 3104377. OLE color: 3104377.

HSL color Cylindrical-coordinate representation of color #795E2F: hue angle of 38.11º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795E2F is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1219447-
CMYK00.220.610.53
HSL38.11º44.05%32.94%-
HSV(B)38.11º61.16%47.45%-
XYZ12.412.284.41-
YUV96.7299.95145.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=46.18%
G=35.88%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121944700.220.610.5338.1144.0532.94
Hex795E2F0163D35262c21
Octal171136570267565465441
Binary11110011011110101111010110111101110101100110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795E2F; }

 p { color: rgb(121,94,47); }

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

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

 a { background-color: rgb(121,94,47); }

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

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

 span { border-color: rgb(121,94,47); }

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