#7D400C

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

Shades of Russet #7D400C

Tints of Russet #7D400C

Color information

#7D400C (or 0x7D400C) is unknown color: approx Russet. HEX triplet: 7D, 40 and 0C. RGB value is (125,64,12). Sum of RGB (Red+Green+Blue) = 125+64+12=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D400C is #82BFF3. Grayscale: #4C4C4C. Windows color (decimal): -8568820 or 802941. OLE color: 802941.

HSL color Cylindrical-coordinate representation of color #7D400C: hue angle of 27.61º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D400C is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1256412-
CMYK00.490.900.51
HSL27.61º82.48%26.86%-
HSV(B)27.61º90.4%49.02%-
XYZ10.368.051.36-
YUV76.3191.71162.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 62.19%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=62.19%
G=31.84%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125641200.490.900.5127.6182.4826.86
Hex7D40C0315A331c521b
Octal17510014061132633412233
Binary1111101100000011000110001101101011001111100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,64,12); }

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

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

 a { background-color: rgb(125,64,12); }

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

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

 span { border-color: rgb(125,64,12); }

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