#8A4400

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

Shades of Saddle Brown #8A4400

Tints of Saddle Brown #8A4400

Color information

#8A4400 (or 0x8A4400) is unknown color: approx Saddle Brown. HEX triplet: 8A, 44 and 00. RGB value is (138,68,0). Sum of RGB (Red+Green+Blue) = 138+68+0=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4400 is #75BBFF. Grayscale: #515151. Windows color (decimal): -7715840 or 17546. OLE color: 17546.

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

Color convert

RGB138680-
CMYK00.5110.46
HSL29.57º100%27.06%-
HSV(B)29.57º100%54.12%-
XYZ12.559.541.18-
YUV81.1882.19168.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.99%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.99%
G=33.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13868000.5110.4629.5710027.06
Hex8A440033642E1e641b
Octal2121040063144563614433
Binary10001010100010000110011110010010111011110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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