#8D3D0D

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

Shades of Saddle Brown #8D3D0D

Tints of Saddle Brown #8D3D0D

Color information

#8D3D0D (or 0x8D3D0D) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3D and 0D. RGB value is (141,61,13). Sum of RGB (Red+Green+Blue) = 141+61+13=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3D0D is #72C2F2. Grayscale: #4F4F4F. Windows color (decimal): -7521011 or 867725. OLE color: 867725.

HSL color Cylindrical-coordinate representation of color #8D3D0D: hue angle of 22.5º 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 #8D3D0D is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1416113-
CMYK00.570.910.45
HSL22.5º83.12%30.2%-
HSV(B)22.5º90.78%55.29%-
XYZ12.739.031.45-
YUV79.4590.5171.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.58%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 13 (5.47% from 255) = 6.05%
R=65.58%
G=28.37%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141611300.570.910.4522.583.1230.2
Hex8D3DD0395B2D16531e
Octal2157515071133552612336
Binary1000110111110111010111001101101110110110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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