#7C3F16

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

Shades of Russet #7C3F16

Tints of Russet #7C3F16

Color information

#7C3F16 (or 0x7C3F16) is unknown color: approx Russet. HEX triplet: 7C, 3F and 16. RGB value is (124,63,22). Sum of RGB (Red+Green+Blue) = 124+63+22=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3F16 is #83C0E9. Grayscale: #4C4C4C. Windows color (decimal): -8634602 or 1458044. OLE color: 1458044.

HSL color Cylindrical-coordinate representation of color #7C3F16: hue angle of 24.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C3F16 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1246322-
CMYK00.490.820.51
HSL24.12º69.86%28.63%-
HSV(B)24.12º82.26%48.63%-
XYZ10.237.91.74-
YUV76.5697.21161.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=59.33%
G=30.14%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124632200.490.820.5124.1269.8628.63
Hex7C3F16031523318461d
Octal1747726061122633010635
Binary1111100111111101100110001101001011001111000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,63,22); }

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

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

 a { background-color: rgb(124,63,22); }

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

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

 span { border-color: rgb(124,63,22); }

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