#8B4D05

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

Shades of Saddle Brown #8B4D05

Tints of Saddle Brown #8B4D05

Color information

#8B4D05 (or 0x8B4D05) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4D and 05. RGB value is (139,77,5). Sum of RGB (Red+Green+Blue) = 139+77+5=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B4D05 is #74B2FA. Grayscale: #575757. Windows color (decimal): -7647995 or 347531. OLE color: 347531.

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

Color convert

RGB139775-
CMYK00.450.960.45
HSL32.24º93.06%28.24%-
HSV(B)32.24º96.4%54.51%-
XYZ13.3310.811.53-
YUV87.3381.54164.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=62.90%
G=34.84%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13977500.450.960.4532.2493.0628.24
Hex8B4D502D602D205d1c
Octal2131155055140554013534
Binary10001011100110110101011011100000101101100000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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