#7F5432

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

Shades of Korma #7F5432

Tints of Korma #7F5432

Color information

#7F5432 (or 0x7F5432) is unknown color: approx Korma. HEX triplet: 7F, 54 and 32. RGB value is (127,84,50). Sum of RGB (Red+Green+Blue) = 127+84+50=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5432 is #80ABCD. Grayscale: #5D5D5D. Windows color (decimal): -8432590 or 3298431. OLE color: 3298431.

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

Color convert

RGB1278450-
CMYK00.340.610.50
HSL26.49º43.5%34.71%-
HSV(B)26.49º60.63%49.8%-
XYZ12.511.084.5-
YUV92.98103.75152.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.66%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=48.66%
G=32.18%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127845000.340.610.5026.4943.534.71
Hex7F54320223D321a2c23
Octal177124620427562325443
Binary11111111010100110010010001011110111001011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,50); }

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

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

 a { background-color: rgb(127,84,50); }

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

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

 span { border-color: rgb(127,84,50); }

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