#795D2E

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

Shades of Hot Curry #795D2E

Tints of Hot Curry #795D2E

Color information

#795D2E (or 0x795D2E) is unknown color: approx Hot Curry. HEX triplet: 79, 5D and 2E. RGB value is (121,93,46). Sum of RGB (Red+Green+Blue) = 121+93+46=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #795D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D2E is #86A2D1. Grayscale: #606060. Windows color (decimal): -8823506 or 3038585. OLE color: 3038585.

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

Color convert

RGB1219346-
CMYK00.230.620.53
HSL37.6º44.91%32.75%-
HSV(B)37.6º61.98%47.45%-
XYZ12.2912.094.27-
YUV96.0199.78145.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=46.54%
G=35.77%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121934600.230.620.5337.644.9132.75
Hex795D2E0173E35262d21
Octal171135560277665465541
Binary11110011011101101110010111111110110101100110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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