#913A14

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

Shades of Saddle Brown #913A14

Tints of Saddle Brown #913A14

Color information

#913A14 (or 0x913A14) is unknown color: approx Saddle Brown. HEX triplet: 91, 3A and 14. RGB value is (145,58,20). Sum of RGB (Red+Green+Blue) = 145+58+20=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #913A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913A14 is #6EC5EB. Grayscale: #4F4F4F. Windows color (decimal): -7259628 or 1325713. OLE color: 1325713.

HSL color Cylindrical-coordinate representation of color #913A14: hue angle of 18.24º 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 #913A14 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1455820-
CMYK00.60.860.43
HSL18.24º75.76%32.35%-
HSV(B)18.24º86.21%56.86%-
XYZ13.329.11.72-
YUV79.6894.32174.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.02%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=65.02%
G=26.01%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145582000.60.860.4318.2475.7632.35
Hex913A1403C562B124c20
Octal2217224074126532211440
Binary100100011110101010001111001010110101011100101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913A14; }

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

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

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

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

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

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

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

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