#7C4310

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

Shades of Russet #7C4310

Tints of Russet #7C4310

Color information

#7C4310 (or 0x7C4310) is unknown color: approx Russet. HEX triplet: 7C, 43 and 10. RGB value is (124,67,16). Sum of RGB (Red+Green+Blue) = 124+67+16=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4310 is #83BCEF. Grayscale: #4E4E4E. Windows color (decimal): -8633584 or 1065852. OLE color: 1065852.

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

Color convert

RGB1246716-
CMYK00.460.870.51
HSL28.33º77.14%27.45%-
HSV(B)28.33º87.1%48.63%-
XYZ10.418.341.55-
YUV78.2392.88160.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=59.90%
G=32.37%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124671600.460.870.5128.3377.1427.45
Hex7C431002E57331c4d1b
Octal17410320056127633411533
Binary11111001000011100000101110101011111001111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,67,16); }

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

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

 a { background-color: rgb(124,67,16); }

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

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

 span { border-color: rgb(124,67,16); }

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