#7D4C1F

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

Shades of Russet #7D4C1F

Tints of Russet #7D4C1F

Color information

#7D4C1F (or 0x7D4C1F) is unknown color: approx Russet. HEX triplet: 7D, 4C and 1F. RGB value is (125,76,31). Sum of RGB (Red+Green+Blue) = 125+76+31=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C1F is #82B3E0. Grayscale: #555555. Windows color (decimal): -8565729 or 2051197. OLE color: 2051197.

HSL color Cylindrical-coordinate representation of color #7D4C1F: hue angle of 28.72º 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 #7D4C1F is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB1257631-
CMYK00.390.750.51
HSL28.72º60.26%30.59%-
HSV(B)28.72º75.2%49.02%-
XYZ11.299.632.56-
YUV85.5297.23156.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.88%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 31 (12.5% from 255) = 13.36%
R=53.88%
G=32.76%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125763100.390.750.5128.7260.2630.59
Hex7D4C1F0274B331d3c1f
Octal1751143704711363357437
Binary1111101100110011111010011110010111100111110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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