#8B3614

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

Shades of Saddle Brown #8B3614

Tints of Saddle Brown #8B3614

Color information

#8B3614 (or 0x8B3614) is unknown color: approx Saddle Brown. HEX triplet: 8B, 36 and 14. RGB value is (139,54,20). Sum of RGB (Red+Green+Blue) = 139+54+20=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3614 is #74C9EB. Grayscale: #4B4B4B. Windows color (decimal): -7653868 or 1324683. OLE color: 1324683.

HSL color Cylindrical-coordinate representation of color #8B3614: hue angle of 17.14º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B3614 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1395420-
CMYK00.610.860.45
HSL17.14º74.84%31.18%-
HSV(B)17.14º85.61%54.51%-
XYZ12.098.181.6-
YUV75.5496.66173.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.26%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=65.26%
G=25.35%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139542000.610.860.4517.1474.8431.18
Hex8B361403D562D114b1f
Octal2136624075126552111337
Binary10001011110110101000111101101011010110110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,20); }

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

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

 a { background-color: rgb(139,54,20); }

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

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

 span { border-color: rgb(139,54,20); }

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