#7A5721

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

Shades of Hot Curry #7A5721

Tints of Hot Curry #7A5721

Color information

#7A5721 (or 0x7A5721) is unknown color: approx Hot Curry. HEX triplet: 7A, 57 and 21. RGB value is (122,87,33). Sum of RGB (Red+Green+Blue) = 122+87+33=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5721 is #85A8DE. Grayscale: #5B5B5B. Windows color (decimal): -8759519 or 2185082. OLE color: 2185082.

HSL color Cylindrical-coordinate representation of color #7A5721: hue angle of 36.4º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A5721 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB1228733-
CMYK00.290.730.52
HSL36.4º57.42%30.39%-
HSV(B)36.4º72.95%47.84%-
XYZ11.7111.062.96-
YUV91.3195.1149.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.41%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=50.41%
G=35.95%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122873300.290.730.5236.457.4230.39
Hex7A572101D493424391e
Octal1721274103511164447136
Binary11110101010111100001011101100100111010010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5721; }

 p { color: rgb(122,87,33); }

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

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

 a { background-color: rgb(122,87,33); }

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

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

 span { border-color: rgb(122,87,33); }

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