#7C3C11

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

Shades of Russet #7C3C11

Tints of Russet #7C3C11

Color information

#7C3C11 (or 0x7C3C11) is unknown color: approx Russet. HEX triplet: 7C, 3C and 11. RGB value is (124,60,17). Sum of RGB (Red+Green+Blue) = 124+60+17=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3C11 is #83C3EE. Grayscale: #4A4A4A. Windows color (decimal): -8635375 or 1129596. OLE color: 1129596.

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

Color convert

RGB1246017-
CMYK00.520.860.51
HSL24.11º75.89%27.65%-
HSV(B)24.11º86.29%48.63%-
XYZ10.037.561.46-
YUV74.2395.7163.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.69%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=61.69%
G=29.85%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124601700.520.860.5124.1175.8927.65
Hex7C3C110345633184c1c
Octal1747421064126633011434
Binary1111100111100100010110100101011011001111000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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