#7F4827

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

Shades of Korma #7F4827

Tints of Korma #7F4827

Color information

#7F4827 (or 0x7F4827) is unknown color: approx Korma. HEX triplet: 7F, 48 and 27. RGB value is (127,72,39). Sum of RGB (Red+Green+Blue) = 127+72+39=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4827 is #80B7D8. Grayscale: #545454. Windows color (decimal): -8435673 or 2574463. OLE color: 2574463.

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

Color convert

RGB1277239-
CMYK00.430.690.50
HSL22.5º53.01%32.55%-
HSV(B)22.5º69.29%49.8%-
XYZ11.449.293.11-
YUV84.68102.22158.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=53.36%
G=30.25%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127723900.430.690.5022.553.0132.55
Hex7F482702B4532173521
Octal1771104705310562276541
Binary111111110010001001110101011100010111001010111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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