#8B340E

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

Shades of Saddle Brown #8B340E

Tints of Saddle Brown #8B340E

Color information

#8B340E (or 0x8B340E) is unknown color: approx Saddle Brown. HEX triplet: 8B, 34 and 0E. RGB value is (139,52,14). Sum of RGB (Red+Green+Blue) = 139+52+14=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B340E is #74CBF1. Grayscale: #494949. Windows color (decimal): -7654386 or 930955. OLE color: 930955.

HSL color Cylindrical-coordinate representation of color #8B340E: hue angle of 18.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B340E is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1395214-
CMYK00.630.900.45
HSL18.24º81.7%30%-
HSV(B)18.24º89.93%54.51%-
XYZ11.957.981.33-
YUV73.6894.32174.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.80%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=67.80%
G=25.37%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139521400.630.900.4518.2481.730
Hex8B34E03F5A2D12521e
Octal2136416077132552212236
Binary1000101111010011100111111101101010110110010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,14); }

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

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

 a { background-color: rgb(139,52,14); }

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

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

 span { border-color: rgb(139,52,14); }

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