#8B5003

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

Shades of Saddle Brown #8B5003

Tints of Saddle Brown #8B5003

Color information

#8B5003 (or 0x8B5003) is unknown color: approx Saddle Brown. HEX triplet: 8B, 50 and 03. RGB value is (139,80,3). Sum of RGB (Red+Green+Blue) = 139+80+3=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5003 is #74AFFC. Grayscale: #595959. Windows color (decimal): -7647229 or 217227. OLE color: 217227.

HSL color Cylindrical-coordinate representation of color #8B5003: hue angle of 33.97º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B5003 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB139803-
CMYK00.420.980.45
HSL33.97º95.77%27.84%-
HSV(B)33.97º97.84%54.51%-
XYZ13.5311.231.54-
YUV88.8679.55163.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=62.61%
G=36.04%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13980300.420.980.4533.9795.7727.84
Hex8B50302A622D22601c
Octal2131203052142554214034
Binary1000101110100001101010101100010101101100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,3); }

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

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

 a { background-color: rgb(139,80,3); }

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

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

 span { border-color: rgb(139,80,3); }

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