#795B2E

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

Shades of Hot Curry #795B2E

Tints of Hot Curry #795B2E

Color information

#795B2E (or 0x795B2E) is unknown color: approx Hot Curry. HEX triplet: 79, 5B and 2E. RGB value is (121,91,46). Sum of RGB (Red+Green+Blue) = 121+91+46=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #795B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795B2E is #86A4D1. Grayscale: #5F5F5F. Windows color (decimal): -8824018 or 3038073. OLE color: 3038073.

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

Color convert

RGB1219146-
CMYK00.250.620.53
HSL36º44.91%32.75%-
HSV(B)36º61.98%47.45%-
XYZ12.1211.744.21-
YUV94.84100.44146.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=46.90%
G=35.27%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121914600.250.620.533644.9132.75
Hex795B2E0193E35242d21
Octal171133560317665445541
Binary11110011011011101110011001111110110101100100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,91,46); }

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

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

 a { background-color: rgb(121,91,46); }

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

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

 span { border-color: rgb(121,91,46); }

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