#8D510D

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

Shades of Saddle Brown #8D510D

Tints of Saddle Brown #8D510D

Color information

#8D510D (or 0x8D510D) is unknown color: approx Saddle Brown. HEX triplet: 8D, 51 and 0D. RGB value is (141,81,13). Sum of RGB (Red+Green+Blue) = 141+81+13=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D510D is #72AEF2. Grayscale: #5B5B5B. Windows color (decimal): -7515891 or 872845. OLE color: 872845.

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

Color convert

RGB1418113-
CMYK00.430.910.45
HSL31.88º83.12%30.2%-
HSV(B)31.88º90.78%55.29%-
XYZ1411.581.88-
YUV91.1983.88163.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=60%
G=34.47%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141811300.430.910.4531.8883.1230.2
Hex8D51D02B5B2D20531e
Octal21512115053133554012336
Binary100011011010001110101010111011011101101100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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