#914A04

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

Shades of Saddle Brown #914A04

Tints of Saddle Brown #914A04

Color information

#914A04 (or 0x914A04) is unknown color: approx Saddle Brown. HEX triplet: 91, 4A and 04. RGB value is (145,74,4). Sum of RGB (Red+Green+Blue) = 145+74+4=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #914A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914A04 is #6EB5FB. Grayscale: #575757. Windows color (decimal): -7255548 or 281233. OLE color: 281233.

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

Color convert

RGB145744-
CMYK00.490.970.43
HSL29.79º94.63%29.22%-
HSV(B)29.79º97.24%56.86%-
XYZ14.1510.931.48-
YUV87.2581.02169.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.02%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=65.02%
G=33.18%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14574400.490.970.4329.7994.6329.22
Hex914A4031612B1e5f1d
Octal2211124061141533613735
Binary1001000110010101000110001110000110101111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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