#8A3F16

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

Shades of Saddle Brown #8A3F16

Tints of Saddle Brown #8A3F16

Color information

#8A3F16 (or 0x8A3F16) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3F and 16. RGB value is (138,63,22). Sum of RGB (Red+Green+Blue) = 138+63+22=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3F16 is #75C0E9. Grayscale: #505050. Windows color (decimal): -7717098 or 1458058. OLE color: 1458058.

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

Color convert

RGB1386322-
CMYK00.540.840.46
HSL21.21º72.5%31.37%-
HSV(B)21.21º84.06%54.12%-
XYZ12.49.021.85-
YUV80.7594.85168.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.88%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=61.88%
G=28.25%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138632200.540.840.4621.2172.531.37
Hex8A3F16036542E15481f
Octal2127726066124562511037
Binary10001010111111101100110110101010010111010101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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