#8B3A07

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

Shades of Saddle Brown #8B3A07

Tints of Saddle Brown #8B3A07

Color information

#8B3A07 (or 0x8B3A07) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3A and 07. RGB value is (139,58,7). Sum of RGB (Red+Green+Blue) = 139+58+7=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3A07 is #74C5F8. Grayscale: #4C4C4C. Windows color (decimal): -7652857 or 473739. OLE color: 473739.

HSL color Cylindrical-coordinate representation of color #8B3A07: hue angle of 23.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B3A07 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB139587-
CMYK00.580.950.45
HSL23.18º90.41%28.63%-
HSV(B)23.18º94.96%54.51%-
XYZ12.28.531.2-
YUV76.488.84172.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.14%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=68.14%
G=28.43%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13958700.580.950.4523.1890.4128.63
Hex8B3A703A5F2D175a1d
Octal213727072137552713235
Binary100010111110101110111010101111110110110111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,7); }

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

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

 a { background-color: rgb(139,58,7); }

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

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

 span { border-color: rgb(139,58,7); }

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