#8b3008

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

Shades of Saddle Brown #8B3008

Tints of Saddle Brown #8B3008

Color information

#8B3008 (or 0x8B3008) is unknown color: approx Saddle Brown. HEX triplet: 8B, 30 and 08. RGB value is (139,48,8). Sum of RGB (Red+Green+Blue) = 139+48+8=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3008 is #74CFF7. Grayscale: #464646. Windows color (decimal): -7655416 or 536715. OLE color: 536715.

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

Color convert

RGB139488-
CMYK00.650.940.45
HSL18.32º89.12%28.82%-
HSV(B)18.32º94.24%54.51%-
XYZ11.757.621.08-
YUV70.6592.65176.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.28%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=71.28%
G=24.62%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13948800.650.940.4518.3289.1228.82
Hex8B3080415E2D12591d
Octal21360100101136552213135
Binary10001011110000100001000001101111010110110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b3008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,48,8); }

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

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

 a { background-color: rgb(139,48,8); }

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

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

 span { border-color: rgb(139,48,8); }

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