#7F4F27

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

Shades of Korma #7F4F27

Tints of Korma #7F4F27

Color information

#7F4F27 (or 0x7F4F27) is unknown color: approx Korma. HEX triplet: 7F, 4F and 27. RGB value is (127,79,39). Sum of RGB (Red+Green+Blue) = 127+79+39=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4F27 is #80B0D8. Grayscale: #595959. Windows color (decimal): -8433881 or 2576255. OLE color: 2576255.

HSL color Cylindrical-coordinate representation of color #7F4F27: hue angle of 27.27º degrees, saturation: 0.53, 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 #7F4F27 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1277939-
CMYK00.380.690.50
HSL27.27º53.01%32.55%-
HSV(B)27.27º69.29%49.8%-
XYZ11.9110.253.27-
YUV88.7999.9155.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.84%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=51.84%
G=32.24%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127793900.380.690.5027.2753.0132.55
Hex7F4F2702645321b3521
Octal1771174704610562336541
Binary111111110011111001110100110100010111001011011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,79,39); }

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

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

 a { background-color: rgb(127,79,39); }

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

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

 span { border-color: rgb(127,79,39); }

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