#7F562F

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

Shades of Korma #7F562F

Tints of Korma #7F562F

Color information

#7F562F (or 0x7F562F) is unknown color: approx Korma. HEX triplet: 7F, 56 and 2F. RGB value is (127,86,47). Sum of RGB (Red+Green+Blue) = 127+86+47=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F562F is #80A9D0. Grayscale: #5E5E5E. Windows color (decimal): -8432081 or 3102335. OLE color: 3102335.

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

Color convert

RGB1278647-
CMYK00.320.630.50
HSL29.25º45.98%34.12%-
HSV(B)29.25º62.99%49.8%-
XYZ12.5911.374.22-
YUV93.81101.58151.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=48.85%
G=33.08%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127864700.320.630.5029.2545.9834.12
Hex7F562F0203F321d2e22
Octal177126570407762355642
Binary11111111010110101111010000011111111001011101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,86,47); }

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

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

 a { background-color: rgb(127,86,47); }

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

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

 span { border-color: rgb(127,86,47); }

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