#7A5520

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

Shades of Hot Curry #7A5520

Tints of Hot Curry #7A5520

Color information

#7A5520 (or 0x7A5520) is unknown color: approx Hot Curry. HEX triplet: 7A, 55 and 20. RGB value is (122,85,32). Sum of RGB (Red+Green+Blue) = 122+85+32=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5520 is #85AADF. Grayscale: #5A5A5A. Windows color (decimal): -8760032 or 2119034. OLE color: 2119034.

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

Color convert

RGB1228532-
CMYK00.300.740.52
HSL35.33º58.44%30.2%-
HSV(B)35.33º73.77%47.84%-
XYZ11.5410.742.83-
YUV90.0295.26150.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.05%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=51.05%
G=35.56%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122853200.300.740.5235.3358.4430.2
Hex7A552001E4A34233a1e
Octal1721254003611264437236
Binary11110101010101100000011110100101011010010001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,32); }

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

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

 a { background-color: rgb(122,85,32); }

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

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

 span { border-color: rgb(122,85,32); }

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