#8B4619

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

Shades of Saddle Brown #8B4619

Tints of Saddle Brown #8B4619

Color information

#8B4619 (or 0x8B4619) is unknown color: approx Saddle Brown. HEX triplet: 8B, 46 and 19. RGB value is (139,70,25). Sum of RGB (Red+Green+Blue) = 139+70+25=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4619 is #74B9E6. Grayscale: #555555. Windows color (decimal): -7649767 or 1656459. OLE color: 1656459.

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

Color convert

RGB1397025-
CMYK00.500.820.45
HSL23.68º69.51%32.16%-
HSV(B)23.68º82.01%54.51%-
XYZ13.019.942.15-
YUV85.593.86166.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 25 (10.16% from 255) = 10.68%
R=59.40%
G=29.91%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139702500.500.820.4523.6869.5132.16
Hex8B4619032522D184620
Octal21310631062122553010640
Binary1000101110001101100101100101010010101101110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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