#8D340D

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

Shades of Saddle Brown #8D340D

Tints of Saddle Brown #8D340D

Color information

#8D340D (or 0x8D340D) is unknown color: approx Saddle Brown. HEX triplet: 8D, 34 and 0D. RGB value is (141,52,13). Sum of RGB (Red+Green+Blue) = 141+52+13=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D340D is #72CBF2. Grayscale: #4A4A4A. Windows color (decimal): -7523315 or 865421. OLE color: 865421.

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

Color convert

RGB1415213-
CMYK00.630.910.45
HSL18.28º83.12%30.2%-
HSV(B)18.28º90.78%55.29%-
XYZ12.298.151.31-
YUV74.1693.49175.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=68.45%
G=25.24%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141521300.630.910.4518.2883.1230.2
Hex8D34D03F5B2D12531e
Octal2156415077133552212336
Binary1000110111010011010111111101101110110110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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