#7E3804

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

Shades of Saddle Brown #7E3804

Tints of Saddle Brown #7E3804

Color information

#7E3804 (or 0x7E3804) is unknown color: approx Saddle Brown. HEX triplet: 7E, 38 and 04. RGB value is (126,56,4). Sum of RGB (Red+Green+Blue) = 126+56+4=186 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.74% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3804 is #81C7FB. Grayscale: #474747. Windows color (decimal): -8505340 or 276606. OLE color: 276606.

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

Color convert

RGB126564-
CMYK00.560.970.51
HSL25.57º93.85%25.49%-
HSV(B)25.57º96.83%49.41%-
XYZ10.047.270.99-
YUV7190.19167.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 67.74%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=67.74%
G=30.11%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12656400.560.970.5125.5793.8525.49
Hex7E38403861331a5e19
Octal176704070141633213631
Binary11111101110001000111000110000111001111010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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