#8B4902

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

Shades of Saddle Brown #8B4902

Tints of Saddle Brown #8B4902

Color information

#8B4902 (or 0x8B4902) is unknown color: approx Saddle Brown. HEX triplet: 8B, 49 and 02. RGB value is (139,73,2). Sum of RGB (Red+Green+Blue) = 139+73+2=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4902 is #74B6FD. Grayscale: #545454. Windows color (decimal): -7649022 or 149899. OLE color: 149899.

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

Color convert

RGB139732-
CMYK00.470.990.45
HSL31.09º97.16%27.65%-
HSV(B)31.09º98.56%54.51%-
XYZ13.0410.261.35-
YUV84.6481.37166.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=64.95%
G=34.11%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13973200.470.990.4531.0997.1627.65
Hex8B49202F632D1f611c
Octal2131112057143553714134
Binary100010111001001100101111110001110110111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,2); }

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

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

 a { background-color: rgb(139,73,2); }

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

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

 span { border-color: rgb(139,73,2); }

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