#79552A

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

Shades of Hot Curry #79552A

Tints of Hot Curry #79552A

Color information

#79552A (or 0x79552A) is unknown color: approx Hot Curry. HEX triplet: 79, 55 and 2A. RGB value is (121,85,42). Sum of RGB (Red+Green+Blue) = 121+85+42=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79552A is #86AAD5. Grayscale: #5B5B5B. Windows color (decimal): -8825558 or 2774393. OLE color: 2774393.

HSL color Cylindrical-coordinate representation of color #79552A: hue angle of 32.66º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79552A is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1218542-
CMYK00.300.650.53
HSL32.66º48.47%31.96%-
HSV(B)32.66º65.29%47.45%-
XYZ11.5510.733.65-
YUV90.86100.43149.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=48.79%
G=34.27%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121854200.300.650.5332.6648.4731.96
Hex79552A01E4135213020
Octal1711255203610165416040
Binary111100110101011010100111101000001110101100001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79552A; }

 p { color: rgb(121,85,42); }

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

<style>
 a { background-color: #79552A; }

 a { background-color: rgb(121,85,42); }

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

<style>
 span { border-color: #79552A; }

 span { border-color: rgb(121,85,42); }

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