#795528

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

Shades of Hot Curry #795528

Tints of Hot Curry #795528

Color information

#795528 (or 0x795528) is unknown color: approx Hot Curry. HEX triplet: 79, 55 and 28. RGB value is (121,85,40). Sum of RGB (Red+Green+Blue) = 121+85+40=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #795528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795528 is #86AAD7. Grayscale: #5A5A5A. Windows color (decimal): -8825560 or 2643321. OLE color: 2643321.

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

Color convert

RGB1218540-
CMYK00.300.670.53
HSL33.33º50.31%31.57%-
HSV(B)33.33º66.94%47.45%-
XYZ11.5210.723.47-
YUV90.6399.43149.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=49.19%
G=34.55%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121854000.300.670.5333.3350.3131.57
Hex79552801E4335213220
Octal1711255003610365416240
Binary111100110101011010000111101000011110101100001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795528; }

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

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

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

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

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

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

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

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