#8A4609

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

Shades of Saddle Brown #8A4609

Tints of Saddle Brown #8A4609

Color information

#8A4609 (or 0x8A4609) is unknown color: approx Saddle Brown. HEX triplet: 8A, 46 and 09. RGB value is (138,70,9). Sum of RGB (Red+Green+Blue) = 138+70+9=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4609 is #75B9F6. Grayscale: #535353. Windows color (decimal): -7715319 or 607882. OLE color: 607882.

HSL color Cylindrical-coordinate representation of color #8A4609: hue angle of 28.37º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A4609 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB138709-
CMYK00.490.930.46
HSL28.37º87.76%28.82%-
HSV(B)28.37º93.48%54.12%-
XYZ12.729.81.48-
YUV83.3886.03166.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 9 (3.91% from 255) = 4.15%
R=63.59%
G=32.26%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13870900.490.930.4628.3787.7628.82
Hex8A4690315D2E1c581d
Octal21210611061135563413035
Binary10001010100011010010110001101110110111011100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,70,9); }

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

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

 a { background-color: rgb(138,70,9); }

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

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

 span { border-color: rgb(138,70,9); }

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