#8A3F14

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

Shades of Saddle Brown #8A3F14

Tints of Saddle Brown #8A3F14

Color information

#8A3F14 (or 0x8A3F14) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3F and 14. RGB value is (138,63,20). Sum of RGB (Red+Green+Blue) = 138+63+20=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3F14 is #75C0EB. Grayscale: #505050. Windows color (decimal): -7717100 or 1326986. OLE color: 1326986.

HSL color Cylindrical-coordinate representation of color #8A3F14: hue angle of 21.86º 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 #8A3F14 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1386320-
CMYK00.540.860.46
HSL21.86º74.68%30.98%-
HSV(B)21.86º85.51%54.12%-
XYZ12.399.011.75-
YUV80.5293.85169-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.44%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=62.44%
G=28.51%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138632000.540.860.4621.8674.6830.98
Hex8A3F14036562E164b1f
Octal2127724066126562611337
Binary10001010111111101000110110101011010111010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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