#795321

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

Shades of Hot Curry #795321

Tints of Hot Curry #795321

Color information

#795321 (or 0x795321) is unknown color: approx Hot Curry. HEX triplet: 79, 53 and 21. RGB value is (121,83,33). Sum of RGB (Red+Green+Blue) = 121+83+33=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #795321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795321 is #86ACDE. Grayscale: #585858. Windows color (decimal): -8826079 or 2184057. OLE color: 2184057.

HSL color Cylindrical-coordinate representation of color #795321: hue angle of 34.09º 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 #795321 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1218333-
CMYK00.310.730.53
HSL34.09º57.14%30.2%-
HSV(B)34.09º72.73%47.45%-
XYZ11.2510.362.85-
YUV88.6696.59151.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=51.05%
G=35.02%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121833300.310.730.5334.0957.1430.2
Hex79532101F493522391e
Octal1711234103711165427136
Binary11110011010011100001011111100100111010110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795321; }

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

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

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

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

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

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

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

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