#7F522E

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

Shades of Korma #7F522E

Tints of Korma #7F522E

Color information

#7F522E (or 0x7F522E) is unknown color: approx Korma. HEX triplet: 7F, 52 and 2E. RGB value is (127,82,46). Sum of RGB (Red+Green+Blue) = 127+82+46=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F522E is #80ADD1. Grayscale: #5B5B5B. Windows color (decimal): -8433106 or 3035775. OLE color: 3035775.

HSL color Cylindrical-coordinate representation of color #7F522E: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F522E is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1278246-
CMYK00.350.640.50
HSL26.67º46.82%33.92%-
HSV(B)26.67º63.78%49.8%-
XYZ12.2610.744.01-
YUV91.35102.41153.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=49.80%
G=32.16%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127824600.350.640.5026.6746.8233.92
Hex7F522E02340321b2f22
Octal1771225604310062335742
Binary111111110100101011100100011100000011001011011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,82,46); }

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

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

 a { background-color: rgb(127,82,46); }

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

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

 span { border-color: rgb(127,82,46); }

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