#8B3904

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

Shades of Saddle Brown #8B3904

Tints of Saddle Brown #8B3904

Color information

#8B3904 (or 0x8B3904) is unknown color: approx Saddle Brown. HEX triplet: 8B, 39 and 04. RGB value is (139,57,4). Sum of RGB (Red+Green+Blue) = 139+57+4=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3904 is #74C6FB. Grayscale: #4B4B4B. Windows color (decimal): -7653116 or 276875. OLE color: 276875.

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

Color convert

RGB139574-
CMYK00.590.970.45
HSL23.56º94.41%28.04%-
HSV(B)23.56º97.12%54.51%-
XYZ12.138.421.1-
YUV75.4887.67173.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.5%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 4 (1.95% from 255) = 2%
R=69.5%
G=28.5%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13957400.590.970.4523.5694.4128.04
Hex8B39403B612D185e1c
Octal213714073141553013634
Binary100010111110011000111011110000110110111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,4); }

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

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

 a { background-color: rgb(139,57,4); }

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

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

 span { border-color: rgb(139,57,4); }

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