#914A0B

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

Shades of Saddle Brown #914A0B

Tints of Saddle Brown #914A0B

Color information

#914A0B (or 0x914A0B) is unknown color: approx Saddle Brown. HEX triplet: 91, 4A and 0B. RGB value is (145,74,11). Sum of RGB (Red+Green+Blue) = 145+74+11=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #914A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914A0B is #6EB5F4. Grayscale: #585858. Windows color (decimal): -7255541 or 739985. OLE color: 739985.

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

Color convert

RGB1457411-
CMYK00.490.920.43
HSL28.21º85.9%30.59%-
HSV(B)28.21º92.41%56.86%-
XYZ14.1910.941.68-
YUV88.0584.52168.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.04%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=63.04%
G=32.17%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145741100.490.920.4328.2185.930.59
Hex914AB0315C2B1c561f
Octal22111213061134533412637
Binary10010001100101010110110001101110010101111100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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