#795C2D

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

Shades of Hot Curry #795C2D

Tints of Hot Curry #795C2D

Color information

#795C2D (or 0x795C2D) is unknown color: approx Hot Curry. HEX triplet: 79, 5C and 2D. RGB value is (121,92,45). Sum of RGB (Red+Green+Blue) = 121+92+45=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #795C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C2D is #86A3D2. Grayscale: #5F5F5F. Windows color (decimal): -8823763 or 2972793. OLE color: 2972793.

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

Color convert

RGB1219245-
CMYK00.240.630.53
HSL37.11º45.78%32.55%-
HSV(B)37.11º62.81%47.45%-
XYZ12.1911.914.14-
YUV95.3199.61146.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=46.90%
G=35.66%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121924500.240.630.5337.1145.7832.55
Hex795C2D0183F35252e21
Octal171134550307765455641
Binary11110011011100101101011000111111110101100101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,45); }

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

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

 a { background-color: rgb(121,92,45); }

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

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

 span { border-color: rgb(121,92,45); }

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