#8A3B15

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

Shades of Saddle Brown #8A3B15

Tints of Saddle Brown #8A3B15

Color information

#8A3B15 (or 0x8A3B15) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3B and 15. RGB value is (138,59,21). Sum of RGB (Red+Green+Blue) = 138+59+21=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3B15 is #75C4EA. Grayscale: #4E4E4E. Windows color (decimal): -7718123 or 1391498. OLE color: 1391498.

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

Color convert

RGB1385921-
CMYK00.570.850.46
HSL19.49º73.58%31.18%-
HSV(B)19.49º84.78%54.12%-
XYZ12.188.591.72-
YUV78.2995.67170.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.30%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=63.30%
G=27.06%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138592100.570.850.4619.4973.5831.18
Hex8A3B15039552E134a1f
Octal2127325071125562311237
Binary10001010111011101010111001101010110111010011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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