#795A21

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

Shades of Hot Curry #795A21

Tints of Hot Curry #795A21

Color information

#795A21 (or 0x795A21) is unknown color: approx Hot Curry. HEX triplet: 79, 5A and 21. RGB value is (121,90,33). Sum of RGB (Red+Green+Blue) = 121+90+33=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #795A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A21 is #86A5DE. Grayscale: #5D5D5D. Windows color (decimal): -8824287 or 2185849. OLE color: 2185849.

HSL color Cylindrical-coordinate representation of color #795A21: hue angle of 38.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #795A21 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1219033-
CMYK00.260.730.53
HSL38.86º57.14%30.2%-
HSV(B)38.86º72.73%47.45%-
XYZ11.8211.493.03-
YUV92.7794.27148.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=49.59%
G=36.89%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121903300.260.730.5338.8657.1430.2
Hex795A2101A493527391e
Octal1711324103211165477136
Binary11110011011010100001011010100100111010110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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