#7A522D

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

Shades of Korma #7A522D

Tints of Korma #7A522D

Color information

#7A522D (or 0x7A522D) is unknown color: approx Korma. HEX triplet: 7A, 52 and 2D. RGB value is (122,82,45). Sum of RGB (Red+Green+Blue) = 122+82+45=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A522D is #85ADD2. Grayscale: #595959. Windows color (decimal): -8760787 or 2970234. OLE color: 2970234.

HSL color Cylindrical-coordinate representation of color #7A522D: hue angle of 28.83º 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 #7A522D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1228245-
CMYK00.330.630.52
HSL28.83º46.11%32.75%-
HSV(B)28.83º63.11%47.84%-
XYZ11.5210.363.88-
YUV89.74102.75151.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.00%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=49.00%
G=32.93%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122824500.330.630.5228.8346.1132.75
Hex7A522D0213F341d2e21
Octal172122550417764355641
Binary11110101010010101101010000111111111010011101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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