#795E2C

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

Shades of Hot Curry #795E2C

Tints of Hot Curry #795E2C

Color information

#795E2C (or 0x795E2C) is unknown color: approx Hot Curry. HEX triplet: 79, 5E and 2C. RGB value is (121,94,44). Sum of RGB (Red+Green+Blue) = 121+94+44=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #795E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E2C is #86A1D3. Grayscale: #606060. Windows color (decimal): -8823252 or 2907769. OLE color: 2907769.

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

Color convert

RGB1219444-
CMYK00.220.640.53
HSL38.96º46.67%32.35%-
HSV(B)38.96º63.64%47.45%-
XYZ12.3412.254.1-
YUV96.3798.45145.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=46.72%
G=36.29%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121944400.220.640.5338.9646.6732.35
Hex795E2C0164035272f20
Octal1711365402610065475740
Binary111100110111101011000101101000000110101100111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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