#8B3201

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

Shades of Saddle Brown #8B3201

Tints of Saddle Brown #8B3201

Color information

#8B3201 (or 0x8B3201) is unknown color: approx Saddle Brown. HEX triplet: 8B, 32 and 01. RGB value is (139,50,1). Sum of RGB (Red+Green+Blue) = 139+50+1=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3201 is #74CDFE. Grayscale: #474747. Windows color (decimal): -7654911 or 78475. OLE color: 78475.

HSL color Cylindrical-coordinate representation of color #8B3201: hue angle of 21.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B3201 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB139501-
CMYK00.640.990.45
HSL21.3º98.57%27.45%-
HSV(B)21.3º99.28%54.51%-
XYZ11.797.770.91-
YUV71.0388.49176.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.16%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=73.16%
G=26.32%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13950100.640.990.4521.398.5727.45
Hex8B321040632D15631b
Octal2136210100143552514333
Binary10001011110010101000000110001110110110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,50,1); }

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

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

 a { background-color: rgb(139,50,1); }

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

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

 span { border-color: rgb(139,50,1); }

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