#7C491E

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

Shades of Russet #7C491E

Tints of Russet #7C491E

Color information

#7C491E (or 0x7C491E) is unknown color: approx Russet. HEX triplet: 7C, 49 and 1E. RGB value is (124,73,30). Sum of RGB (Red+Green+Blue) = 124+73+30=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C491E is #83B6E1. Grayscale: #535353. Windows color (decimal): -8632034 or 1984892. OLE color: 1984892.

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

Color convert

RGB1247330-
CMYK00.410.760.51
HSL27.45º61.04%30.2%-
HSV(B)27.45º75.81%48.63%-
XYZ10.939.142.42-
YUV83.3597.9157-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.63%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=54.63%
G=32.16%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124733000.410.760.5127.4561.0430.2
Hex7C491E0294C331b3d1e
Octal1741113605111463337536
Binary1111100100100111110010100110011001100111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,30); }

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

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

 a { background-color: rgb(124,73,30); }

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

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

 span { border-color: rgb(124,73,30); }

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