#7C492C

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

Shades of Korma #7C492C

Tints of Korma #7C492C

Color information

#7C492C (or 0x7C492C) is unknown color: approx Korma. HEX triplet: 7C, 49 and 2C. RGB value is (124,73,44). Sum of RGB (Red+Green+Blue) = 124+73+44=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C492C is #83B6D3. Grayscale: #555555. Windows color (decimal): -8632020 or 2902396. OLE color: 2902396.

HSL color Cylindrical-coordinate representation of color #7C492C: hue angle of 21.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C492C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1247344-
CMYK00.410.650.51
HSL21.75º47.62%32.94%-
HSV(B)21.75º64.52%48.63%-
XYZ11.159.233.58-
YUV84.94104.9155.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.45%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=51.45%
G=30.29%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124734400.410.650.5121.7547.6232.94
Hex7C492C0294133163021
Octal1741115405110163266041
Binary111110010010011011000101001100000111001110110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,44); }

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

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

 a { background-color: rgb(124,73,44); }

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

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

 span { border-color: rgb(124,73,44); }

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