#795F28

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

Shades of Hot Curry #795F28

Tints of Hot Curry #795F28

Color information

#795F28 (or 0x795F28) is unknown color: approx Hot Curry. HEX triplet: 79, 5F and 28. RGB value is (121,95,40). Sum of RGB (Red+Green+Blue) = 121+95+40=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #795F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F28 is #86A0D7. Grayscale: #606060. Windows color (decimal): -8823000 or 2645881. OLE color: 2645881.

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

Color convert

RGB1219540-
CMYK00.210.670.53
HSL40.74º50.31%31.57%-
HSV(B)40.74º66.94%47.45%-
XYZ12.3612.43.75-
YUV96.596.11145.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=47.27%
G=37.11%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121954000.210.670.5340.7450.3131.57
Hex795F280154335293220
Octal1711375002510365516240
Binary111100110111111010000101011000011110101101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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