#7A5C2E

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

Shades of Hot Curry #7A5C2E

Tints of Hot Curry #7A5C2E

Color information

#7A5C2E (or 0x7A5C2E) is unknown color: approx Hot Curry. HEX triplet: 7A, 5C and 2E. RGB value is (122,92,46). Sum of RGB (Red+Green+Blue) = 122+92+46=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5C2E is #85A3D1. Grayscale: #5F5F5F. Windows color (decimal): -8758226 or 3038330. OLE color: 3038330.

HSL color Cylindrical-coordinate representation of color #7A5C2E: hue angle of 36.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A5C2E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1229246-
CMYK00.250.620.52
HSL36.32º45.24%32.94%-
HSV(B)36.32º62.3%47.84%-
XYZ12.3511.994.25-
YUV95.7399.94146.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 46 (18.36% from 255) = 17.69%
R=46.92%
G=35.38%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122924600.250.620.5236.3245.2432.94
Hex7A5C2E0193E34242d21
Octal172134560317664445541
Binary11110101011100101110011001111110110100100100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,46); }

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

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

 a { background-color: rgb(122,92,46); }

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

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

 span { border-color: rgb(122,92,46); }

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