#915017

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

Shades of Saddle Brown #915017

Tints of Saddle Brown #915017

Color information

#915017 (or 0x915017) is unknown color: approx Saddle Brown. HEX triplet: 91, 50 and 17. RGB value is (145,80,23). Sum of RGB (Red+Green+Blue) = 145+80+23=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #915017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915017 is #6EAFE8. Grayscale: #5D5D5D. Windows color (decimal): -7253993 or 1527953. OLE color: 1527953.

HSL color Cylindrical-coordinate representation of color #915017: hue angle of 28.03º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #915017 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1458023-
CMYK00.450.840.43
HSL28.03º72.62%32.94%-
HSV(B)28.03º84.14%56.86%-
XYZ14.711.822.32-
YUV92.9488.53165.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.47%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 23 (9.38% from 255) = 9.27%
R=58.47%
G=32.26%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145802300.450.840.4328.0372.6232.94
Hex91501702D542B1c4921
Octal22112027055124533411141
Binary1001000110100001011101011011010100101011111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915017; }

 p { color: rgb(145,80,23); }

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

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

 a { background-color: rgb(145,80,23); }

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

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

 span { border-color: rgb(145,80,23); }

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