#79582D

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

Shades of Hot Curry #79582D

Tints of Hot Curry #79582D

Color information

#79582D (or 0x79582D) is unknown color: approx Hot Curry. HEX triplet: 79, 58 and 2D. RGB value is (121,88,45). Sum of RGB (Red+Green+Blue) = 121+88+45=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79582D is #86A7D2. Grayscale: #5D5D5D. Windows color (decimal): -8824787 or 2971769. OLE color: 2971769.

HSL color Cylindrical-coordinate representation of color #79582D: hue angle of 33.95º 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 #79582D is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1218845-
CMYK00.270.630.53
HSL33.95º45.78%32.55%-
HSV(B)33.95º62.81%47.45%-
XYZ11.8511.234.03-
YUV92.96100.93148-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=47.64%
G=34.65%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121884500.270.630.5333.9545.7832.55
Hex79582D01B3F35222e21
Octal171130550337765425641
Binary11110011011000101101011011111111110101100010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79582D; }

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

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

<style>
 a { background-color: #79582D; }

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

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

<style>
 span { border-color: #79582D; }

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

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