#8D3207

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

Shades of Saddle Brown #8D3207

Tints of Saddle Brown #8D3207

Color information

#8D3207 (or 0x8D3207) is unknown color: approx Saddle Brown. HEX triplet: 8D, 32 and 07. RGB value is (141,50,7). Sum of RGB (Red+Green+Blue) = 141+50+7=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3207 is #72CDF8. Grayscale: #484848. Windows color (decimal): -7523833 or 471693. OLE color: 471693.

HSL color Cylindrical-coordinate representation of color #8D3207: hue angle of 19.25º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D3207 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB141507-
CMYK00.650.950.45
HSL19.25º90.54%29.02%-
HSV(B)19.25º95.04%55.29%-
XYZ12.167.961.1-
YUV72.3191.15177-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.21%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=71.21%
G=25.25%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14150700.650.950.4519.2590.5429.02
Hex8D3270415F2D135b1d
Octal2156270101137552313335
Binary1000110111001011101000001101111110110110011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,50,7); }

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

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

 a { background-color: rgb(141,50,7); }

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

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

 span { border-color: rgb(141,50,7); }

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