#795A28

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

Shades of Hot Curry #795A28

Tints of Hot Curry #795A28

Color information

#795A28 (or 0x795A28) is unknown color: approx Hot Curry. HEX triplet: 79, 5A and 28. RGB value is (121,90,40). Sum of RGB (Red+Green+Blue) = 121+90+40=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #795A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A28 is #86A5D7. Grayscale: #5D5D5D. Windows color (decimal): -8824280 or 2644601. OLE color: 2644601.

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

Color convert

RGB1219040-
CMYK00.260.670.53
HSL37.04º50.31%31.57%-
HSV(B)37.04º66.94%47.45%-
XYZ11.9211.533.6-
YUV93.5797.77147.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.21%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=48.21%
G=35.86%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121904000.260.670.5337.0450.3131.57
Hex795A2801A4335253220
Octal1711325003210365456240
Binary111100110110101010000110101000011110101100101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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