#7D491D

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

Shades of Russet #7D491D

Tints of Russet #7D491D

Color information

#7D491D (or 0x7D491D) is unknown color: approx Russet. HEX triplet: 7D, 49 and 1D. RGB value is (125,73,29). Sum of RGB (Red+Green+Blue) = 125+73+29=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D491D is #82B6E2. Grayscale: #535353. Windows color (decimal): -8566499 or 1919357. OLE color: 1919357.

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

Color convert

RGB1257329-
CMYK00.420.770.51
HSL27.5º62.34%30.2%-
HSV(B)27.5º76.8%49.02%-
XYZ11.069.212.36-
YUV83.5397.23157.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.07%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=55.07%
G=32.16%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125732900.420.770.5127.562.3430.2
Hex7D491D02A4D331c3e1e
Octal1751113505211563347636
Binary1111101100100111101010101010011011100111110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,73,29); }

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

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

 a { background-color: rgb(125,73,29); }

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

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

 span { border-color: rgb(125,73,29); }

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