#7C4D2F

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

Shades of Korma #7C4D2F

Tints of Korma #7C4D2F

Color information

#7C4D2F (or 0x7C4D2F) is unknown color: approx Korma. HEX triplet: 7C, 4D and 2F. RGB value is (124,77,47). Sum of RGB (Red+Green+Blue) = 124+77+47=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D2F is #83B2D0. Grayscale: #575757. Windows color (decimal): -8630993 or 3100028. OLE color: 3100028.

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

Color convert

RGB1247747-
CMYK00.380.620.51
HSL23.38º45.03%33.53%-
HSV(B)23.38º62.1%48.63%-
XYZ11.489.83.98-
YUV87.63105.07153.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=50%
G=31.05%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124774700.380.620.5123.3845.0333.53
Hex7C4D2F0263E33172d22
Octal174115570467663275542
Binary11111001001101101111010011011111011001110111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,77,47); }

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

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

 a { background-color: rgb(124,77,47); }

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

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

 span { border-color: rgb(124,77,47); }

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