#8B2C03

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

Shades of Saddle Brown #8B2C03

Tints of Saddle Brown #8B2C03

Color information

#8B2C03 (or 0x8B2C03) is unknown color: approx Saddle Brown. HEX triplet: 8B, 2C and 03. RGB value is (139,44,3). Sum of RGB (Red+Green+Blue) = 139+44+3=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2C03 is #74D3FC. Grayscale: #434343. Windows color (decimal): -7656445 or 208011. OLE color: 208011.

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

Color convert

RGB139443-
CMYK00.680.980.45
HSL18.09º95.77%27.84%-
HSV(B)18.09º97.84%54.51%-
XYZ11.567.30.89-
YUV67.7391.47178.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.73%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 3 (1.56% from 255) = 1.61%
R=74.73%
G=23.66%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13944300.680.980.4518.0995.7727.84
Hex8B2C3044622D12601c
Octal2135430104142552214034
Binary100010111011001101000100110001010110110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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