#795D2F

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

Shades of Hot Curry #795D2F

Tints of Hot Curry #795D2F

Color information

#795D2F (or 0x795D2F) is unknown color: approx Hot Curry. HEX triplet: 79, 5D and 2F. RGB value is (121,93,47). Sum of RGB (Red+Green+Blue) = 121+93+47=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #795D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D2F is #86A2D0. Grayscale: #606060. Windows color (decimal): -8823505 or 3104121. OLE color: 3104121.

HSL color Cylindrical-coordinate representation of color #795D2F: hue angle of 37.3º 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 #795D2F is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1219347-
CMYK00.230.610.53
HSL37.3º44.05%32.94%-
HSV(B)37.3º61.16%47.45%-
XYZ12.3112.14.38-
YUV96.13100.28145.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=46.36%
G=35.63%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121934700.230.610.5337.344.0532.94
Hex795D2F0173D35252c21
Octal171135570277565455441
Binary11110011011101101111010111111101110101100101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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