#7D501B

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

Shades of Russet #7D501B

Tints of Russet #7D501B

Color information

#7D501B (or 0x7D501B) is unknown color: approx Russet. HEX triplet: 7D, 50 and 1B. RGB value is (125,80,27). Sum of RGB (Red+Green+Blue) = 125+80+27=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D501B is #82AFE4. Grayscale: #575757. Windows color (decimal): -8564709 or 1790077. OLE color: 1790077.

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

Color convert

RGB1258027-
CMYK00.360.780.51
HSL32.45º64.47%29.8%-
HSV(B)32.45º78.4%49.02%-
XYZ11.5210.182.39-
YUV87.4193.91154.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.88%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 27 (10.94% from 255) = 11.64%
R=53.88%
G=34.48%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125802700.360.780.5132.4564.4729.8
Hex7D501B0244E3320401e
Octal17512033044116634010036
Binary111110110100001101101001001001110110011100000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,27); }

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

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

 a { background-color: rgb(125,80,27); }

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

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

 span { border-color: rgb(125,80,27); }

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