#7C512D

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

Shades of Korma #7C512D

Tints of Korma #7C512D

Color information

#7C512D (or 0x7C512D) is unknown color: approx Korma. HEX triplet: 7C, 51 and 2D. RGB value is (124,81,45). Sum of RGB (Red+Green+Blue) = 124+81+45=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C512D is #83AED2. Grayscale: #595959. Windows color (decimal): -8629971 or 2969980. OLE color: 2969980.

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

Color convert

RGB1248145-
CMYK00.350.640.51
HSL27.34º46.75%33.14%-
HSV(B)27.34º63.71%48.63%-
XYZ11.7310.363.86-
YUV89.75102.75152.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 45 (17.97% from 255) = 18%
R=49.6%
G=32.4%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124814500.350.640.5127.3446.7533.14
Hex7C512D02340331b2f21
Octal1741215504310063335741
Binary111110010100011011010100011100000011001111011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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