#7D441F

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

Shades of Russet #7D441F

Tints of Russet #7D441F

Color information

#7D441F (or 0x7D441F) is unknown color: approx Russet. HEX triplet: 7D, 44 and 1F. RGB value is (125,68,31). Sum of RGB (Red+Green+Blue) = 125+68+31=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D441F is #82BBE0. Grayscale: #515151. Windows color (decimal): -8567777 or 2049149. OLE color: 2049149.

HSL color Cylindrical-coordinate representation of color #7D441F: hue angle of 23.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D441F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB1256831-
CMYK00.460.750.51
HSL23.62º60.26%30.59%-
HSV(B)23.62º75.2%49.02%-
XYZ10.778.592.39-
YUV80.8299.88159.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.80%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=55.80%
G=30.36%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125683100.460.750.5123.6260.2630.59
Hex7D441F02E4B33183c1f
Octal1751043705611363307437
Binary1111101100010011111010111010010111100111100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,68,31); }

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

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

 a { background-color: rgb(125,68,31); }

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

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

 span { border-color: rgb(125,68,31); }

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