#7F5128

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

Shades of Korma #7F5128

Tints of Korma #7F5128

Color information

#7F5128 (or 0x7F5128) is unknown color: approx Korma. HEX triplet: 7F, 51 and 28. RGB value is (127,81,40). Sum of RGB (Red+Green+Blue) = 127+81+40=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5128 is #80AED7. Grayscale: #5A5A5A. Windows color (decimal): -8433368 or 2642303. OLE color: 2642303.

HSL color Cylindrical-coordinate representation of color #7F5128: hue angle of 28.28º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F5128 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1278140-
CMYK00.360.690.50
HSL28.28º52.1%32.75%-
HSV(B)28.28º68.5%49.8%-
XYZ12.0810.553.41-
YUV90.0899.74154.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.21%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=51.21%
G=32.66%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127814000.360.690.5028.2852.132.75
Hex7F512802445321c3421
Octal1771215004410562346441
Binary111111110100011010000100100100010111001011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,81,40); }

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

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

 a { background-color: rgb(127,81,40); }

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

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

 span { border-color: rgb(127,81,40); }

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