#914908

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

Shades of Saddle Brown #914908

Tints of Saddle Brown #914908

Color information

#914908 (or 0x914908) is unknown color: approx Saddle Brown. HEX triplet: 91, 49 and 08. RGB value is (145,73,8). Sum of RGB (Red+Green+Blue) = 145+73+8=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #914908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914908 is #6EB6F7. Grayscale: #575757. Windows color (decimal): -7255800 or 543121. OLE color: 543121.

HSL color Cylindrical-coordinate representation of color #914908: hue angle of 28.47º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #914908 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145738-
CMYK00.500.940.43
HSL28.47º89.54%30%-
HSV(B)28.47º94.48%56.86%-
XYZ14.110.81.57-
YUV87.1283.35169.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.16%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 8 (3.52% from 255) = 3.54%
R=64.16%
G=32.30%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14573800.500.940.4328.4789.5430
Hex914980325E2B1c5a1e
Octal22111110062136533413236
Binary10010001100100110000110010101111010101111100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914908; }

 p { color: rgb(145,73,8); }

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

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

 a { background-color: rgb(145,73,8); }

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

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

 span { border-color: rgb(145,73,8); }

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