#8A4015

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

Shades of Saddle Brown #8A4015

Tints of Saddle Brown #8A4015

Color information

#8A4015 (or 0x8A4015) is unknown color: approx Saddle Brown. HEX triplet: 8A, 40 and 15. RGB value is (138,64,21). Sum of RGB (Red+Green+Blue) = 138+64+21=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4015 is #75BFEA. Grayscale: #515151. Windows color (decimal): -7716843 or 1392778. OLE color: 1392778.

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

Color convert

RGB1386421-
CMYK00.540.850.46
HSL22.05º73.58%31.18%-
HSV(B)22.05º84.78%54.12%-
XYZ12.459.121.81-
YUV81.2294.02168.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.88%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=61.88%
G=28.70%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138642100.540.850.4622.0573.5831.18
Hex8A4015036552E164a1f
Octal21210025066125562611237
Binary100010101000000101010110110101010110111010110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,64,21); }

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

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

 a { background-color: rgb(138,64,21); }

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

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

 span { border-color: rgb(138,64,21); }

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