#8B3005

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

Shades of Saddle Brown #8B3005

Tints of Saddle Brown #8B3005

Color information

#8B3005 (or 0x8B3005) is unknown color: approx Saddle Brown. HEX triplet: 8B, 30 and 05. RGB value is (139,48,5). Sum of RGB (Red+Green+Blue) = 139+48+5=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3005 is #74CFFA. Grayscale: #464646. Windows color (decimal): -7655419 or 340107. OLE color: 340107.

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

Color convert

RGB139485-
CMYK00.650.960.45
HSL19.25º93.06%28.24%-
HSV(B)19.25º96.4%54.51%-
XYZ11.737.610.99-
YUV70.3191.15177-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.40%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=72.40%
G=25%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13948500.650.960.4519.2593.0628.24
Hex8B305041602D135d1c
Octal2136050101140552313534
Binary1000101111000010101000001110000010110110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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