#7c512c

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

Shades of Korma #7C512C

Tints of Korma #7C512C

Color information

#7C512C (or 0x7C512C) is unknown color: approx Korma. HEX triplet: 7C, 51 and 2C. RGB value is (124,81,44). Sum of RGB (Red+Green+Blue) = 124+81+44=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C512C is #83AED3. Grayscale: #595959. Windows color (decimal): -8629972 or 2904444. OLE color: 2904444.

HSL color Cylindrical-coordinate representation of color #7C512C: hue angle of 27.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 #7C512C is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1248144-
CMYK00.350.650.51
HSL27.75º47.62%32.94%-
HSV(B)27.75º64.52%48.63%-
XYZ11.7110.353.76-
YUV89.64102.25152.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=49.80%
G=32.53%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124814400.350.650.5127.7547.6232.94
Hex7C512C02341331c3021
Octal1741215404310163346041
Binary111110010100011011000100011100000111001111100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c512c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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