#7E3104

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

Shades of Saddle Brown #7E3104

Tints of Saddle Brown #7E3104

Color information

#7E3104 (or 0x7E3104) is unknown color: approx Saddle Brown. HEX triplet: 7E, 31 and 04. RGB value is (126,49,4). Sum of RGB (Red+Green+Blue) = 126+49+4=179 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.39% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3104 is #81CEFB. Grayscale: #434343. Windows color (decimal): -8507132 or 274814. OLE color: 274814.

HSL color Cylindrical-coordinate representation of color #7E3104: hue angle of 22.13º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E3104 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB126494-
CMYK00.610.970.51
HSL22.13º93.85%25.49%-
HSV(B)22.13º96.83%49.41%-
XYZ9.726.640.88-
YUV66.8992.51170.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 70.39%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=70.39%
G=27.37%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12649400.610.970.5122.1393.8525.49
Hex7E31403D6133165e19
Octal176614075141632613631
Binary11111101100011000111101110000111001110110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,49,4); }

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

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

 a { background-color: rgb(126,49,4); }

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

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

 span { border-color: rgb(126,49,4); }

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