#8A4C15

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

Shades of Saddle Brown #8A4C15

Tints of Saddle Brown #8A4C15

Color information

#8A4C15 (or 0x8A4C15) is unknown color: approx Saddle Brown. HEX triplet: 8A, 4C and 15. RGB value is (138,76,21). Sum of RGB (Red+Green+Blue) = 138+76+21=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4C15 is #75B3EA. Grayscale: #585858. Windows color (decimal): -7713771 or 1395850. OLE color: 1395850.

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

Color convert

RGB1387621-
CMYK00.450.850.46
HSL28.21º73.58%31.18%-
HSV(B)28.21º84.78%54.12%-
XYZ13.210.632.06-
YUV88.2790.04163.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.72%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=58.72%
G=32.34%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138762100.450.850.4628.2173.5831.18
Hex8A4C1502D552E1c4a1f
Octal21211425055125563411237
Binary100010101001100101010101101101010110111011100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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