#7C4F1D

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

Shades of Russet #7C4F1D

Tints of Russet #7C4F1D

Color information

#7C4F1D (or 0x7C4F1D) is unknown color: approx Russet. HEX triplet: 7C, 4F and 1D. RGB value is (124,79,29). Sum of RGB (Red+Green+Blue) = 124+79+29=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F1D is #83B0E2. Grayscale: #575757. Windows color (decimal): -8630499 or 1920892. OLE color: 1920892.

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

Color convert

RGB1247929-
CMYK00.360.770.51
HSL31.58º62.09%30%-
HSV(B)31.58º76.61%48.63%-
XYZ11.339.972.49-
YUV86.7695.41154.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.45%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=53.45%
G=34.05%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124792900.360.770.5131.5862.0930
Hex7C4F1D0244D33203e1e
Octal1741173504411563407636
Binary11111001001111111010100100100110111001110000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,79,29); }

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

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

 a { background-color: rgb(124,79,29); }

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

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

 span { border-color: rgb(124,79,29); }

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