#8B5308

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

Shades of Saddle Brown #8B5308

Tints of Saddle Brown #8B5308

Color information

#8B5308 (or 0x8B5308) is unknown color: approx Saddle Brown. HEX triplet: 8B, 53 and 08. RGB value is (139,83,8). Sum of RGB (Red+Green+Blue) = 139+83+8=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5308 is #74ACF7. Grayscale: #5B5B5B. Windows color (decimal): -7646456 or 545675. OLE color: 545675.

HSL color Cylindrical-coordinate representation of color #8B5308: hue angle of 34.35º 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 #8B5308 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB139838-
CMYK00.400.940.45
HSL34.35º89.12%28.82%-
HSV(B)34.35º94.24%54.51%-
XYZ13.7811.691.76-
YUV91.1981.05162.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.43%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=60.43%
G=36.09%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13983800.400.940.4534.3589.1228.82
Hex8B5380285E2D22591d
Octal21312310050136554213135
Binary100010111010011100001010001011110101101100010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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