#7E3108

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

Shades of Saddle Brown #7E3108

Tints of Saddle Brown #7E3108

Color information

#7E3108 (or 0x7E3108) is unknown color: approx Saddle Brown. HEX triplet: 7E, 31 and 08. RGB value is (126,49,8). Sum of RGB (Red+Green+Blue) = 126+49+8=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3108 is #81CEF7. Grayscale: #434343. Windows color (decimal): -8507128 or 536958. OLE color: 536958.

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

Color convert

RGB126498-
CMYK00.610.940.51
HSL20.85º88.06%26.27%-
HSV(B)20.85º93.65%49.41%-
XYZ9.756.651-
YUV67.3594.51169.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 68.85%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=68.85%
G=26.78%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12649800.610.940.5120.8588.0626.27
Hex7E31803D5E3315581a
Octal1766110075136632513032
Binary111111011000110000111101101111011001110101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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