#7C441D

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

Shades of Russet #7C441D

Tints of Russet #7C441D

Color information

#7C441D (or 0x7C441D) is unknown color: approx Russet. HEX triplet: 7C, 44 and 1D. RGB value is (124,68,29). Sum of RGB (Red+Green+Blue) = 124+68+29=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C441D is #83BBE2. Grayscale: #505050. Windows color (decimal): -8633315 or 1918076. OLE color: 1918076.

HSL color Cylindrical-coordinate representation of color #7C441D: hue angle of 24.63º 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 #7C441D is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1246829-
CMYK00.450.770.51
HSL24.63º62.09%30%-
HSV(B)24.63º76.61%48.63%-
XYZ10.68.512.25-
YUV80.399.05159.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.11%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=56.11%
G=30.77%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124682900.450.770.5124.6362.0930
Hex7C441D02D4D33193e1e
Octal1741043505511563317636
Binary1111100100010011101010110110011011100111100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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