#8B510D

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

Shades of Saddle Brown #8B510D

Tints of Saddle Brown #8B510D

Color information

#8B510D (or 0x8B510D) is unknown color: approx Saddle Brown. HEX triplet: 8B, 51 and 0D. RGB value is (139,81,13). Sum of RGB (Red+Green+Blue) = 139+81+13=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B510D is #74AEF2. Grayscale: #5A5A5A. Windows color (decimal): -7646963 or 872843. OLE color: 872843.

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

Color convert

RGB1398113-
CMYK00.420.910.45
HSL32.38º82.89%29.8%-
HSV(B)32.38º90.65%54.51%-
XYZ13.6611.41.86-
YUV90.5984.22162.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=59.66%
G=34.76%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139811300.420.910.4532.3882.8929.8
Hex8B51D02A5B2D20531e
Octal21312115052133554012336
Binary100010111010001110101010101011011101101100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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