#8A340D

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

Shades of Saddle Brown #8A340D

Tints of Saddle Brown #8A340D

Color information

#8A340D (or 0x8A340D) is unknown color: approx Saddle Brown. HEX triplet: 8A, 34 and 0D. RGB value is (138,52,13). Sum of RGB (Red+Green+Blue) = 138+52+13=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A340D is #75CBF2. Grayscale: #494949. Windows color (decimal): -7719923 or 865418. OLE color: 865418.

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

Color convert

RGB1385213-
CMYK00.620.910.46
HSL18.72º82.78%29.61%-
HSV(B)18.72º90.58%54.12%-
XYZ11.787.891.28-
YUV73.2793.99174.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.98%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=67.98%
G=25.62%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138521300.620.910.4618.7282.7829.61
Hex8A34D03E5B2E13531e
Octal2126415076133562312336
Binary1000101011010011010111110101101110111010011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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