#914F08

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

Shades of Saddle Brown #914F08

Tints of Saddle Brown #914F08

Color information

#914F08 (or 0x914F08) is unknown color: approx Saddle Brown. HEX triplet: 91, 4F and 08. RGB value is (145,79,8). Sum of RGB (Red+Green+Blue) = 145+79+8=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #914F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914F08 is #6EB0F7. Grayscale: #5A5A5A. Windows color (decimal): -7254264 or 544657. OLE color: 544657.

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

Color convert

RGB145798-
CMYK00.460.940.43
HSL31.09º89.54%30%-
HSV(B)31.09º94.48%56.86%-
XYZ14.5211.631.71-
YUV90.6481.37166.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.5%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=62.5%
G=34.05%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14579800.460.940.4331.0989.5430
Hex914F802E5E2B1f5a1e
Octal22111710056136533713236
Binary10010001100111110000101110101111010101111111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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