#7F492A

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

Shades of Korma #7F492A

Tints of Korma #7F492A

Color information

#7F492A (or 0x7F492A) is unknown color: approx Korma. HEX triplet: 7F, 49 and 2A. RGB value is (127,73,42). Sum of RGB (Red+Green+Blue) = 127+73+42=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F492A is #80B6D5. Grayscale: #555555. Windows color (decimal): -8435414 or 2771327. OLE color: 2771327.

HSL color Cylindrical-coordinate representation of color #7F492A: hue angle of 21.88º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F492A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1277342-
CMYK00.430.670.50
HSL21.88º50.3%33.14%-
HSV(B)21.88º66.93%49.8%-
XYZ11.559.443.4-
YUV85.61103.39157.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=52.48%
G=30.17%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127734200.430.670.5021.8850.333.14
Hex7F492A02B4332163221
Octal1771115205310362266241
Binary111111110010011010100101011100001111001010110110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,42); }

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

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

 a { background-color: rgb(127,73,42); }

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

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

 span { border-color: rgb(127,73,42); }

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