#8A3914

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

Shades of Saddle Brown #8A3914

Tints of Saddle Brown #8A3914

Color information

#8A3914 (or 0x8A3914) is unknown color: approx Saddle Brown. HEX triplet: 8A, 39 and 14. RGB value is (138,57,20). Sum of RGB (Red+Green+Blue) = 138+57+20=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3914 is #75C6EB. Grayscale: #4D4D4D. Windows color (decimal): -7718636 or 1325450. OLE color: 1325450.

HSL color Cylindrical-coordinate representation of color #8A3914: hue angle of 18.81º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A3914 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1385720-
CMYK00.590.860.46
HSL18.81º74.68%30.98%-
HSV(B)18.81º85.51%54.12%-
XYZ12.078.381.64-
YUV7795.84171.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.19%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=64.19%
G=26.51%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138572000.590.860.4618.8174.6830.98
Hex8A391403B562E134b1f
Octal2127124073126562311337
Binary10001010111001101000111011101011010111010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3914; }

 p { color: rgb(138,57,20); }

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

<style>
 a { background-color: #8A3914; }

 a { background-color: rgb(138,57,20); }

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

<style>
 span { border-color: #8A3914; }

 span { border-color: rgb(138,57,20); }

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