#915414

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

Shades of Saddle Brown #915414

Tints of Saddle Brown #915414

Color information

#915414 (or 0x915414) is unknown color: approx Saddle Brown. HEX triplet: 91, 54 and 14. RGB value is (145,84,20). Sum of RGB (Red+Green+Blue) = 145+84+20=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #915414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915414 is #6EABEB. Grayscale: #5F5F5F. Windows color (decimal): -7252972 or 1332369. OLE color: 1332369.

HSL color Cylindrical-coordinate representation of color #915414: hue angle of 30.72º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915414 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1458420-
CMYK00.420.860.43
HSL30.72º75.76%32.35%-
HSV(B)30.72º86.21%56.86%-
XYZ14.9712.412.27-
YUV94.9485.71163.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.23%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=58.23%
G=33.73%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145842000.420.860.4330.7275.7632.35
Hex91541402A562B1f4c20
Octal22112424052126533711440
Binary1001000110101001010001010101010110101011111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915414; }

 p { color: rgb(145,84,20); }

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

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

 a { background-color: rgb(145,84,20); }

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

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

 span { border-color: rgb(145,84,20); }

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