#7C3B11

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

Shades of Russet #7C3B11

Tints of Russet #7C3B11

Color information

#7C3B11 (or 0x7C3B11) is unknown color: approx Russet. HEX triplet: 7C, 3B and 11. RGB value is (124,59,17). Sum of RGB (Red+Green+Blue) = 124+59+17=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3B11 is #83C4EE. Grayscale: #494949. Windows color (decimal): -8635631 or 1129340. OLE color: 1129340.

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

Color convert

RGB1245917-
CMYK00.520.860.51
HSL23.55º75.89%27.65%-
HSV(B)23.55º86.29%48.63%-
XYZ9.987.451.44-
YUV73.6596.03163.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62%
GREEN value IS 59 (23.44% from 255) = 29.5%
BLUE value IS 17 (7.03% from 255) = 8.5%
R=62%
G=29.5%
B=8.5%

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
Decimal124591700.520.860.5123.5575.8927.65
Hex7C3B110345633184c1c
Octal1747321064126633011434
Binary1111100111011100010110100101011011001111000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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