#8A3B0F

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

Shades of Saddle Brown #8A3B0F

Tints of Saddle Brown #8A3B0F

Color information

#8A3B0F (or 0x8A3B0F) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3B and 0F. RGB value is (138,59,15). Sum of RGB (Red+Green+Blue) = 138+59+15=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3B0F is #75C4F0. Grayscale: #4D4D4D. Windows color (decimal): -7718129 or 998282. OLE color: 998282.

HSL color Cylindrical-coordinate representation of color #8A3B0F: hue angle of 21.46º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A3B0F is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1385915-
CMYK00.570.890.46
HSL21.46º80.39%30%-
HSV(B)21.46º89.13%54.12%-
XYZ12.138.571.47-
YUV77.692.67171.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 65.09%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=65.09%
G=27.83%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138591500.570.890.4621.4680.3930
Hex8A3BF039592E15501e
Octal2127317071131562512036
Binary1000101011101111110111001101100110111010101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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