#8B3206

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

Shades of Saddle Brown #8B3206

Tints of Saddle Brown #8B3206

Color information

#8B3206 (or 0x8B3206) is unknown color: approx Saddle Brown. HEX triplet: 8B, 32 and 06. RGB value is (139,50,6). Sum of RGB (Red+Green+Blue) = 139+50+6=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3206 is #74CDF9. Grayscale: #474747. Windows color (decimal): -7654906 or 406155. OLE color: 406155.

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

Color convert

RGB139506-
CMYK00.640.960.45
HSL19.85º91.72%28.43%-
HSV(B)19.85º95.68%54.51%-
XYZ11.827.781.05-
YUV71.690.99176.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.28%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=71.28%
G=25.64%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13950600.640.960.4519.8591.7228.43
Hex8B326040602D145c1c
Octal2136260100140552413434
Binary1000101111001011001000000110000010110110100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,50,6); }

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

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

 a { background-color: rgb(139,50,6); }

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

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

 span { border-color: rgb(139,50,6); }

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