#7D441A

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

Shades of Russet #7D441A

Tints of Russet #7D441A

Color information

#7D441A (or 0x7D441A) is unknown color: approx Russet. HEX triplet: 7D, 44 and 1A. RGB value is (125,68,26). Sum of RGB (Red+Green+Blue) = 125+68+26=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D441A is #82BBE5. Grayscale: #505050. Windows color (decimal): -8567782 or 1721469. OLE color: 1721469.

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

Color convert

RGB1256826-
CMYK00.460.790.51
HSL25.45º65.56%29.61%-
HSV(B)25.45º79.2%49.02%-
XYZ10.718.572.07-
YUV80.2697.38159.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.08%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=57.08%
G=31.05%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125682600.460.790.5125.4565.5629.61
Hex7D441A02E4F3319421e
Octal17510432056117633110236
Binary11111011000100110100101110100111111001111001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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