#7B522D

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

Shades of Korma #7B522D

Tints of Korma #7B522D

Color information

#7B522D (or 0x7B522D) is unknown color: approx Korma. HEX triplet: 7B, 52 and 2D. RGB value is (123,82,45). Sum of RGB (Red+Green+Blue) = 123+82+45=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B522D is #84ADD2. Grayscale: #5A5A5A. Windows color (decimal): -8695251 or 2970235. OLE color: 2970235.

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

Color convert

RGB1238245-
CMYK00.330.630.52
HSL28.46º46.43%32.94%-
HSV(B)28.46º63.41%48.24%-
XYZ11.6610.443.88-
YUV90.04102.58151.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.2%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 45 (17.97% from 255) = 18%
R=49.2%
G=32.8%
B=18%

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
Decimal123824500.330.630.5228.4646.4332.94
Hex7B522D0213F341c2e21
Octal173122550417764345641
Binary11110111010010101101010000111111111010011100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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