#8A3D14

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

Shades of Saddle Brown #8A3D14

Tints of Saddle Brown #8A3D14

Color information

#8A3D14 (or 0x8A3D14) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3D and 14. RGB value is (138,61,20). Sum of RGB (Red+Green+Blue) = 138+61+20=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3D14 is #75C2EB. Grayscale: #4F4F4F. Windows color (decimal): -7717612 or 1326474. OLE color: 1326474.

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

Color convert

RGB1386120-
CMYK00.560.860.46
HSL20.85º74.68%30.98%-
HSV(B)20.85º85.51%54.12%-
XYZ12.288.791.71-
YUV79.3594.51169.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.01%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=63.01%
G=27.85%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138612000.560.860.4620.8574.6830.98
Hex8A3D14038562E154b1f
Octal2127524070126562511337
Binary10001010111101101000111000101011010111010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,20); }

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

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

 a { background-color: rgb(138,61,20); }

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

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

 span { border-color: rgb(138,61,20); }

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