#7D3D0D

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

Shades of Russet #7D3D0D

Tints of Russet #7D3D0D

Color information

#7D3D0D (or 0x7D3D0D) is unknown color: approx Russet. HEX triplet: 7D, 3D and 0D. RGB value is (125,61,13). Sum of RGB (Red+Green+Blue) = 125+61+13=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3D0D is #82C2F2. Grayscale: #4A4A4A. Windows color (decimal): -8569587 or 867709. OLE color: 867709.

HSL color Cylindrical-coordinate representation of color #7D3D0D: hue angle of 25.71º degrees, saturation: 0.81, 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 #7D3D0D is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1256113-
CMYK00.510.900.51
HSL25.71º81.16%27.06%-
HSV(B)25.71º89.6%49.02%-
XYZ10.27.731.33-
YUV74.6693.2163.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 62.81%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=62.81%
G=30.65%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125611300.510.900.5125.7181.1627.06
Hex7D3DD0335A331a511b
Octal1757515063132633212133
Binary111110111110111010110011101101011001111010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,13); }

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

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

 a { background-color: rgb(125,61,13); }

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

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

 span { border-color: rgb(125,61,13); }

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