#914A0E

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

Shades of Saddle Brown #914A0E

Tints of Saddle Brown #914A0E

Color information

#914A0E (or 0x914A0E) is unknown color: approx Saddle Brown. HEX triplet: 91, 4A and 0E. RGB value is (145,74,14). Sum of RGB (Red+Green+Blue) = 145+74+14=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #914A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914A0E is #6EB5F1. Grayscale: #585858. Windows color (decimal): -7255538 or 936593. OLE color: 936593.

HSL color Cylindrical-coordinate representation of color #914A0E: hue angle of 27.48º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #914A0E is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1457414-
CMYK00.490.900.43
HSL27.48º82.39%31.18%-
HSV(B)27.48º90.34%56.86%-
XYZ14.2110.951.78-
YUV88.3986.02168.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.23%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 14 (5.86% from 255) = 6.01%
R=62.23%
G=31.76%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145741400.490.900.4327.4882.3931.18
Hex914AE0315A2B1b521f
Octal22111216061132533312237
Binary10010001100101011100110001101101010101111011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914A0E; }

 p { color: rgb(145,74,14); }

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

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

 a { background-color: rgb(145,74,14); }

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

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

 span { border-color: rgb(145,74,14); }

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