#8C3105

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

Shades of Saddle Brown #8C3105

Tints of Saddle Brown #8C3105

Color information

#8C3105 (or 0x8C3105) is unknown color: approx Saddle Brown. HEX triplet: 8C, 31 and 05. RGB value is (140,49,5). Sum of RGB (Red+Green+Blue) = 140+49+5=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3105 is #73CEFA. Grayscale: #474747. Windows color (decimal): -7589627 or 340364. OLE color: 340364.

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

Color convert

RGB140495-
CMYK00.650.960.45
HSL19.56º93.1%28.43%-
HSV(B)19.56º96.43%54.9%-
XYZ11.947.781.02-
YUV71.1990.65177.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.16%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=72.16%
G=25.26%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14049500.650.960.4519.5693.128.43
Hex8C315041602D145d1c
Octal2146150101140552413534
Binary1000110011000110101000001110000010110110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,5); }

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

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

 a { background-color: rgb(140,49,5); }

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

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

 span { border-color: rgb(140,49,5); }

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