#8B3102

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

Shades of Saddle Brown #8B3102

Tints of Saddle Brown #8B3102

Color information

#8B3102 (or 0x8B3102) is unknown color: approx Saddle Brown. HEX triplet: 8B, 31 and 02. RGB value is (139,49,2). Sum of RGB (Red+Green+Blue) = 139+49+2=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3102 is #74CEFD. Grayscale: #464646. Windows color (decimal): -7655166 or 143755. OLE color: 143755.

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

Color convert

RGB139492-
CMYK00.650.990.45
HSL20.58º97.16%27.65%-
HSV(B)20.58º98.56%54.51%-
XYZ11.767.690.92-
YUV70.5589.32176.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.16%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=73.16%
G=25.79%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13949200.650.990.4520.5897.1627.65
Hex8B312041632D15611c
Octal2136120101143552514134
Binary100010111100011001000001110001110110110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,2); }

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

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

 a { background-color: rgb(139,49,2); }

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

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

 span { border-color: rgb(139,49,2); }

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