#7F4A2F

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

Shades of Korma #7F4A2F

Tints of Korma #7F4A2F

Color information

#7F4A2F (or 0x7F4A2F) is unknown color: approx Korma. HEX triplet: 7F, 4A and 2F. RGB value is (127,74,47). Sum of RGB (Red+Green+Blue) = 127+74+47=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A2F is #80B5D0. Grayscale: #565656. Windows color (decimal): -8435153 or 3099263. OLE color: 3099263.

HSL color Cylindrical-coordinate representation of color #7F4A2F: hue angle of 20.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 #7F4A2F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB1277447-
CMYK00.420.630.50
HSL20.25º45.98%34.12%-
HSV(B)20.25º62.99%49.8%-
XYZ11.719.613.93-
YUV86.77105.56156.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.21%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=51.21%
G=29.84%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127744700.420.630.5020.2545.9834.12
Hex7F4A2F02A3F32142e22
Octal177112570527762245642
Binary11111111001010101111010101011111111001010100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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