#8B2B01

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

Shades of Saddle Brown #8B2B01

Tints of Saddle Brown #8B2B01

Color information

#8B2B01 (or 0x8B2B01) is unknown color: approx Saddle Brown. HEX triplet: 8B, 2B and 01. RGB value is (139,43,1). Sum of RGB (Red+Green+Blue) = 139+43+1=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2B01 is #74D4FE. Grayscale: #434343. Windows color (decimal): -7656703 or 76683. OLE color: 76683.

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

Color convert

RGB139431-
CMYK00.690.990.45
HSL18.26º98.57%27.45%-
HSV(B)18.26º99.28%54.51%-
XYZ11.527.220.82-
YUV66.9290.8179.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.96%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=75.96%
G=23.50%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13943100.690.990.4518.2698.5727.45
Hex8B2B1045632D12631b
Octal2135310105143552214333
Binary10001011101011101000101110001110110110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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