#7E3904

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

Shades of Saddle Brown #7E3904

Tints of Saddle Brown #7E3904

Color information

#7E3904 (or 0x7E3904) is unknown color: approx Saddle Brown. HEX triplet: 7E, 39 and 04. RGB value is (126,57,4). Sum of RGB (Red+Green+Blue) = 126+57+4=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3904 is #81C6FB. Grayscale: #474747. Windows color (decimal): -8505084 or 276862. OLE color: 276862.

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

Color convert

RGB126574-
CMYK00.550.970.51
HSL26.07º93.85%25.49%-
HSV(B)26.07º96.83%49.41%-
XYZ10.097.371.01-
YUV71.5989.86166.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 67.38%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=67.38%
G=30.48%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12657400.550.970.5126.0793.8525.49
Hex7E39403761331a5e19
Octal176714067141633213631
Binary11111101110011000110111110000111001111010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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