#7F5631

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

Shades of Korma #7F5631

Tints of Korma #7F5631

Color information

#7F5631 (or 0x7F5631) is unknown color: approx Korma. HEX triplet: 7F, 56 and 31. RGB value is (127,86,49). Sum of RGB (Red+Green+Blue) = 127+86+49=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5631 is #80A9CE. Grayscale: #5E5E5E. Windows color (decimal): -8432079 or 3233407. OLE color: 3233407.

HSL color Cylindrical-coordinate representation of color #7F5631: hue angle of 28.46º 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 #7F5631 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1278649-
CMYK00.320.610.50
HSL28.46º44.32%34.51%-
HSV(B)28.46º61.42%49.8%-
XYZ12.6311.394.44-
YUV94.04102.58151.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=48.47%
G=32.82%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127864900.320.610.5028.4644.3234.51
Hex7F56310203D321c2c23
Octal177126610407562345443
Binary11111111010110110001010000011110111001011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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