#995115

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

Shades of Saddle Brown #995115

Tints of Saddle Brown #995115

Color information

#995115 (or 0x995115) is unknown color: approx Saddle Brown. HEX triplet: 99, 51 and 15. RGB value is (153,81,21). Sum of RGB (Red+Green+Blue) = 153+81+21=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #995115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995115 is #66AEEA. Grayscale: #606060. Windows color (decimal): -6729451 or 1397145. OLE color: 1397145.

HSL color Cylindrical-coordinate representation of color #995115: hue angle of 27.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #995115 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1538121-
CMYK00.470.860.4
HSL27.27º75.86%34.12%-
HSV(B)27.27º86.27%60%-
XYZ16.2112.712.31-
YUV95.6985.85168.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=60%
G=31.76%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153812100.470.860.427.2775.8634.12
Hex99511502F56281b4c22
Octal23112125057126503311442
Binary1001100110100011010101011111010110101000110111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995115; }

 p { color: rgb(153,81,21); }

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

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

 a { background-color: rgb(153,81,21); }

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

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

 span { border-color: rgb(153,81,21); }

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