#8A3713

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

Shades of Saddle Brown #8A3713

Tints of Saddle Brown #8A3713

Color information

#8A3713 (or 0x8A3713) is unknown color: approx Saddle Brown. HEX triplet: 8A, 37 and 13. RGB value is (138,55,19). Sum of RGB (Red+Green+Blue) = 138+55+19=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3713 is #75C8EC. Grayscale: #4B4B4B. Windows color (decimal): -7719149 or 1259402. OLE color: 1259402.

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

Color convert

RGB1385519-
CMYK00.600.860.46
HSL18.15º75.8%30.78%-
HSV(B)18.15º86.23%54.12%-
XYZ11.968.181.56-
YUV75.7196172.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 65.09%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=65.09%
G=25.94%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138551900.600.860.4618.1575.830.78
Hex8A371303C562E124c1f
Octal2126723074126562211437
Binary10001010110111100110111100101011010111010010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,55,19); }

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

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

 a { background-color: rgb(138,55,19); }

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

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

 span { border-color: rgb(138,55,19); }

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