#914A08

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

Shades of Saddle Brown #914A08

Tints of Saddle Brown #914A08

Color information

#914A08 (or 0x914A08) is unknown color: approx Saddle Brown. HEX triplet: 91, 4A and 08. RGB value is (145,74,8). Sum of RGB (Red+Green+Blue) = 145+74+8=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #914A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914A08 is #6EB5F7. Grayscale: #585858. Windows color (decimal): -7255544 or 543377. OLE color: 543377.

HSL color Cylindrical-coordinate representation of color #914A08: hue angle of 28.91º 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 #914A08 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145748-
CMYK00.490.940.43
HSL28.91º89.54%30%-
HSV(B)28.91º94.48%56.86%-
XYZ14.1710.931.59-
YUV87.783.02168.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.88%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=63.88%
G=32.60%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14574800.490.940.4328.9189.5430
Hex914A80315E2B1d5a1e
Octal22111210061136533513236
Binary10010001100101010000110001101111010101111101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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