#7A5B2D

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

Shades of Hot Curry #7A5B2D

Tints of Hot Curry #7A5B2D

Color information

#7A5B2D (or 0x7A5B2D) is unknown color: approx Hot Curry. HEX triplet: 7A, 5B and 2D. RGB value is (122,91,45). Sum of RGB (Red+Green+Blue) = 122+91+45=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5B2D is #85A4D2. Grayscale: #5F5F5F. Windows color (decimal): -8758483 or 2972538. OLE color: 2972538.

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

Color convert

RGB1229145-
CMYK00.250.630.52
HSL35.84º46.11%32.75%-
HSV(B)35.84º63.11%47.84%-
XYZ12.2411.814.12-
YUV95.0299.77147.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.29%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=47.29%
G=35.27%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122914500.250.630.5235.8446.1132.75
Hex7A5B2D0193F34242e21
Octal172133550317764445641
Binary11110101011011101101011001111111110100100100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,91,45); }

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

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

 a { background-color: rgb(122,91,45); }

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

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

 span { border-color: rgb(122,91,45); }

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