#7e3f1c

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

Shades of Russet #7E3F1C

Tints of Russet #7E3F1C

Color information

#7E3F1C (or 0x7E3F1C) is unknown color: approx Russet. HEX triplet: 7E, 3F and 1C. RGB value is (126,63,28). Sum of RGB (Red+Green+Blue) = 126+63+28=217 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.06% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F1C is #81C0E3. Grayscale: #4E4E4E. Windows color (decimal): -8503524 or 1851262. OLE color: 1851262.

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

Color convert

RGB1266328-
CMYK00.500.780.51
HSL21.43º63.64%30.2%-
HSV(B)21.43º77.78%49.41%-
XYZ10.598.072.1-
YUV77.8599.87162.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.06%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=58.06%
G=29.03%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126632800.500.780.5121.4363.6430.2
Hex7E3F1C0324E3315401e
Octal1767734062116632510036
Binary1111110111111111000110010100111011001110101100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e3f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,63,28); }

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

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

 a { background-color: rgb(126,63,28); }

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

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

 span { border-color: rgb(126,63,28); }

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