#8C5001

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

Shades of Saddle Brown #8C5001

Tints of Saddle Brown #8C5001

Color information

#8C5001 (or 0x8C5001) is unknown color: approx Saddle Brown. HEX triplet: 8C, 50 and 01. RGB value is (140,80,1). Sum of RGB (Red+Green+Blue) = 140+80+1=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5001 is #73AFFE. Grayscale: #595959. Windows color (decimal): -7581695 or 86156. OLE color: 86156.

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

Color convert

RGB140801-
CMYK00.430.990.45
HSL34.1º98.58%27.65%-
HSV(B)34.1º99.29%54.9%-
XYZ13.6911.311.49-
YUV88.9378.38164.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.35%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=63.35%
G=36.20%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14080100.430.990.4534.198.5827.65
Hex8C50102B632D22631c
Octal2141201053143554214334
Binary100011001010000101010111100011101101100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,1); }

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

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

 a { background-color: rgb(140,80,1); }

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

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

 span { border-color: rgb(140,80,1); }

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