#8B5103

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

Shades of Saddle Brown #8B5103

Tints of Saddle Brown #8B5103

Color information

#8B5103 (or 0x8B5103) is unknown color: approx Saddle Brown. HEX triplet: 8B, 51 and 03. RGB value is (139,81,3). Sum of RGB (Red+Green+Blue) = 139+81+3=223 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.33% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5103 is #74AEFC. Grayscale: #595959. Windows color (decimal): -7646973 or 217483. OLE color: 217483.

HSL color Cylindrical-coordinate representation of color #8B5103: hue angle of 34.41º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B5103 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB139813-
CMYK00.420.980.45
HSL34.41º95.77%27.84%-
HSV(B)34.41º97.84%54.51%-
XYZ13.6111.381.57-
YUV89.4579.22163.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.33%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=62.33%
G=36.32%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13981300.420.980.4534.4195.7727.84
Hex8B51302A622D22601c
Octal2131213052142554214034
Binary1000101110100011101010101100010101101100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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