#8C4611

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

Shades of Saddle Brown #8C4611

Tints of Saddle Brown #8C4611

Color information

#8C4611 (or 0x8C4611) is unknown color: approx Saddle Brown. HEX triplet: 8C, 46 and 11. RGB value is (140,70,17). Sum of RGB (Red+Green+Blue) = 140+70+17=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4611 is #73B9EE. Grayscale: #555555. Windows color (decimal): -7584239 or 1132172. OLE color: 1132172.

HSL color Cylindrical-coordinate representation of color #8C4611: hue angle of 25.85º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C4611 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1407017-
CMYK00.500.880.45
HSL25.85º78.34%30.78%-
HSV(B)25.85º87.86%54.9%-
XYZ13.11101.77-
YUV84.8989.69167.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.67%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=61.67%
G=30.84%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140701700.500.880.4525.8578.3430.78
Hex8C4611032582D1a4e1f
Octal21410621062130553211637
Binary100011001000110100010110010101100010110111010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,17); }

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

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

 a { background-color: rgb(140,70,17); }

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

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

 span { border-color: rgb(140,70,17); }

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