#7E4F31

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

Shades of Korma #7E4F31

Tints of Korma #7E4F31

Color information

#7E4F31 (or 0x7E4F31) is unknown color: approx Korma. HEX triplet: 7E, 4F and 31. RGB value is (126,79,49). Sum of RGB (Red+Green+Blue) = 126+79+49=254 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.61% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4F31 is #81B0CE. Grayscale: #595959. Windows color (decimal): -8499407 or 3231614. OLE color: 3231614.

HSL color Cylindrical-coordinate representation of color #7E4F31: hue angle of 23.38º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4F31 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB1267949-
CMYK00.370.610.51
HSL23.38º44%34.31%-
HSV(B)23.38º61.11%49.41%-
XYZ11.9510.254.25-
YUV89.63105.07153.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.61%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=49.61%
G=31.10%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126794900.370.610.5123.384434.31
Hex7E4F310253D33172c22
Octal176117610457563275442
Binary11111101001111110001010010111110111001110111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,79,49); }

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

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

 a { background-color: rgb(126,79,49); }

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

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

 span { border-color: rgb(126,79,49); }

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