#8B4719

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

Shades of Saddle Brown #8B4719

Tints of Saddle Brown #8B4719

Color information

#8B4719 (or 0x8B4719) is unknown color: approx Saddle Brown. HEX triplet: 8B, 47 and 19. RGB value is (139,71,25). Sum of RGB (Red+Green+Blue) = 139+71+25=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4719 is #74B8E6. Grayscale: #565656. Windows color (decimal): -7649511 or 1656715. OLE color: 1656715.

HSL color Cylindrical-coordinate representation of color #8B4719: hue angle of 24.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B4719 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1397125-
CMYK00.490.820.45
HSL24.21º69.51%32.16%-
HSV(B)24.21º82.01%54.51%-
XYZ13.0810.072.17-
YUV86.0993.53165.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 25 (10.16% from 255) = 10.64%
R=59.15%
G=30.21%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139712500.490.820.4524.2169.5132.16
Hex8B4719031522D184620
Octal21310731061122553010640
Binary1000101110001111100101100011010010101101110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,25); }

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

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

 a { background-color: rgb(139,71,25); }

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

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

 span { border-color: rgb(139,71,25); }

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