#8B4805

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

Shades of Saddle Brown #8B4805

Tints of Saddle Brown #8B4805

Color information

#8B4805 (or 0x8B4805) is unknown color: approx Saddle Brown. HEX triplet: 8B, 48 and 05. RGB value is (139,72,5). Sum of RGB (Red+Green+Blue) = 139+72+5=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4805 is #74B7FA. Grayscale: #545454. Windows color (decimal): -7649275 or 346251. OLE color: 346251.

HSL color Cylindrical-coordinate representation of color #8B4805: hue angle of 30º degrees, saturation: 0.93, 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 #8B4805 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB139725-
CMYK00.480.960.45
HSL30º93.06%28.24%-
HSV(B)30º96.4%54.51%-
XYZ12.9910.131.41-
YUV84.3983.2166.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.35%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 5 (2.34% from 255) = 2.31%
R=64.35%
G=33.33%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13972500.480.960.453093.0628.24
Hex8B485030602D1e5d1c
Octal2131105060140553613534
Binary1000101110010001010110000110000010110111110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,5); }

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

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

 a { background-color: rgb(139,72,5); }

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

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

 span { border-color: rgb(139,72,5); }

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