#8B3E03

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

Shades of Saddle Brown #8B3E03

Tints of Saddle Brown #8B3E03

Color information

#8B3E03 (or 0x8B3E03) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3E and 03. RGB value is (139,62,3). Sum of RGB (Red+Green+Blue) = 139+62+3=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3E03 is #74C1FC. Grayscale: #4E4E4E. Windows color (decimal): -7651837 or 212619. OLE color: 212619.

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

Color convert

RGB139623-
CMYK00.550.980.45
HSL26.03º95.77%27.84%-
HSV(B)26.03º97.84%54.51%-
XYZ12.398.941.16-
YUV78.385.51171.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.14%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=68.14%
G=30.39%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13962300.550.980.4526.0395.7727.84
Hex8B3E3037622D1a601c
Octal213763067142553214034
Binary10001011111110110110111110001010110111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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