#8B2D01

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

Shades of Saddle Brown #8B2D01

Tints of Saddle Brown #8B2D01

Color information

#8B2D01 (or 0x8B2D01) is unknown color: approx Saddle Brown. HEX triplet: 8B, 2D and 01. RGB value is (139,45,1). Sum of RGB (Red+Green+Blue) = 139+45+1=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D01 is #74D2FE. Grayscale: #444444. Windows color (decimal): -7656191 or 77195. OLE color: 77195.

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

Color convert

RGB139451-
CMYK00.680.990.45
HSL19.13º98.57%27.45%-
HSV(B)19.13º99.28%54.51%-
XYZ11.597.370.84-
YUV68.0990.14178.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.14%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=75.14%
G=24.32%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13945100.680.990.4519.1398.5727.45
Hex8B2D1044632D13631b
Octal2135510104143552314333
Binary10001011101101101000100110001110110110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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