#7C410E

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

Shades of Russet #7C410E

Tints of Russet #7C410E

Color information

#7C410E (or 0x7C410E) is unknown color: approx Russet. HEX triplet: 7C, 41 and 0E. RGB value is (124,65,14). Sum of RGB (Red+Green+Blue) = 124+65+14=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C410E is #83BEF1. Grayscale: #4D4D4D. Windows color (decimal): -8634098 or 934268. OLE color: 934268.

HSL color Cylindrical-coordinate representation of color #7C410E: hue angle of 27.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C410E is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB1246514-
CMYK00.480.890.51
HSL27.82º79.71%27.06%-
HSV(B)27.82º88.71%48.63%-
XYZ10.288.11.44-
YUV76.8392.55161.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.08%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=61.08%
G=32.02%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124651400.480.890.5127.8279.7127.06
Hex7C41E03059331c501b
Octal17410116060131633412033
Binary1111100100000111100110000101100111001111100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,14); }

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

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

 a { background-color: rgb(124,65,14); }

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

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

 span { border-color: rgb(124,65,14); }

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