#915000

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

Shades of Saddle Brown #915000

Tints of Saddle Brown #915000

Color information

#915000 (or 0x915000) is unknown color: approx Saddle Brown. HEX triplet: 91, 50 and 00. RGB value is (145,80,0). Sum of RGB (Red+Green+Blue) = 145+80+0=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #915000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915000 is #6EAFFF. Grayscale: #5A5A5A. Windows color (decimal): -7254016 or 20625. OLE color: 20625.

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

Color convert

RGB145800-
CMYK00.4510.43
HSL33.1º100%28.43%-
HSV(B)33.1º100%56.86%-
XYZ14.5511.761.5-
YUV90.3277.03167-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.44%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.44%
G=35.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14580000.4510.4333.110028.43
Hex9150002D642B21641c
Octal2211200055144534114434
Binary100100011010000001011011100100101011100001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915000; }

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

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

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

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

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

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

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

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