#8D3D01

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

Shades of Saddle Brown #8D3D01

Tints of Saddle Brown #8D3D01

Color information

#8D3D01 (or 0x8D3D01) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3D and 01. RGB value is (141,61,1). Sum of RGB (Red+Green+Blue) = 141+61+1=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3D01 is #72C2FE. Grayscale: #4E4E4E. Windows color (decimal): -7521023 or 81293. OLE color: 81293.

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

Color convert

RGB141611-
CMYK00.570.990.45
HSL25.71º98.59%27.84%-
HSV(B)25.71º99.29%55.29%-
XYZ12.6691.1-
YUV78.0884.5172.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=69.46%
G=30.05%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14161100.570.990.4525.7198.5927.84
Hex8D3D1039632D1a631c
Octal215751071143553214334
Binary1000110111110110111001110001110110111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,61,1); }

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

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

 a { background-color: rgb(141,61,1); }

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

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

 span { border-color: rgb(141,61,1); }

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