#8A3400

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

Shades of Saddle Brown #8A3400

Tints of Saddle Brown #8A3400

Color information

#8A3400 (or 0x8A3400) is unknown color: approx Saddle Brown. HEX triplet: 8A, 34 and 00. RGB value is (138,52,0). Sum of RGB (Red+Green+Blue) = 138+52+0=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3400 is #75CBFF. Grayscale: #484848. Windows color (decimal): -7719936 or 13450. OLE color: 13450.

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

Color convert

RGB138520-
CMYK00.6210.46
HSL22.61º100%27.06%-
HSV(B)22.61º100%54.12%-
XYZ11.717.860.9-
YUV71.7987.49175.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 72.63%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.63%
G=27.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13852000.6210.4622.6110027.06
Hex8A34003E642E17641b
Octal212640076144562714433
Binary1000101011010000111110110010010111010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,52,0); }

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

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

 a { background-color: rgb(138,52,0); }

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

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

 span { border-color: rgb(138,52,0); }

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