#7E3E04

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

Shades of Saddle Brown #7E3E04

Tints of Saddle Brown #7E3E04

Color information

#7E3E04 (or 0x7E3E04) is unknown color: approx Saddle Brown. HEX triplet: 7E, 3E and 04. RGB value is (126,62,4). Sum of RGB (Red+Green+Blue) = 126+62+4=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3E04 is #81C1FB. Grayscale: #4A4A4A. Windows color (decimal): -8503804 or 278142. OLE color: 278142.

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

Color convert

RGB126624-
CMYK00.510.970.51
HSL28.52º93.85%25.49%-
HSV(B)28.52º96.83%49.41%-
XYZ10.357.891.09-
YUV74.5288.2164.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 65.62%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=65.62%
G=32.29%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12662400.510.970.5128.5293.8525.49
Hex7E3E403361331d5e19
Octal176764063141633513631
Binary11111101111101000110011110000111001111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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