#7C4311

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

Shades of Russet #7C4311

Tints of Russet #7C4311

Color information

#7C4311 (or 0x7C4311) is unknown color: approx Russet. HEX triplet: 7C, 43 and 11. RGB value is (124,67,17). Sum of RGB (Red+Green+Blue) = 124+67+17=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4311 is #83BCEE. Grayscale: #4E4E4E. Windows color (decimal): -8633583 or 1131388. OLE color: 1131388.

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

Color convert

RGB1246717-
CMYK00.460.860.51
HSL28.04º75.89%27.65%-
HSV(B)28.04º86.29%48.63%-
XYZ10.428.341.59-
YUV78.3493.38160.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=59.62%
G=32.21%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124671700.460.860.5128.0475.8927.65
Hex7C431102E56331c4c1c
Octal17410321056126633411434
Binary11111001000011100010101110101011011001111100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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