#8B2B03

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

Shades of Saddle Brown #8B2B03

Tints of Saddle Brown #8B2B03

Color information

#8B2B03 (or 0x8B2B03) is unknown color: approx Saddle Brown. HEX triplet: 8B, 2B and 03. RGB value is (139,43,3). Sum of RGB (Red+Green+Blue) = 139+43+3=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2B03 is #74D4FC. Grayscale: #434343. Windows color (decimal): -7656701 or 207755. OLE color: 207755.

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

Color convert

RGB139433-
CMYK00.690.980.45
HSL17.65º95.77%27.84%-
HSV(B)17.65º97.84%54.51%-
XYZ11.537.220.87-
YUV67.1491.8179.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.14%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=75.14%
G=23.24%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13943300.690.980.4517.6595.7727.84
Hex8B2B3045622D12601c
Octal2135330105142552214034
Binary100010111010111101000101110001010110110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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