#914D03

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

Shades of Saddle Brown #914D03

Tints of Saddle Brown #914D03

Color information

#914D03 (or 0x914D03) is unknown color: approx Saddle Brown. HEX triplet: 91, 4D and 03. RGB value is (145,77,3). Sum of RGB (Red+Green+Blue) = 145+77+3=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #914D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D03 is #6EB2FC. Grayscale: #595959. Windows color (decimal): -7254781 or 216465. OLE color: 216465.

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

Color convert

RGB145773-
CMYK00.470.980.43
HSL31.27º95.95%29.02%-
HSV(B)31.27º97.93%56.86%-
XYZ14.3511.331.52-
YUV88.979.53168.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.44%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=64.44%
G=34.22%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14577300.470.980.4331.2795.9529.02
Hex914D302F622B1f601d
Octal2211153057142533714035
Binary100100011001101110101111110001010101111111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,77,3); }

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

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

 a { background-color: rgb(145,77,3); }

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

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

 span { border-color: rgb(145,77,3); }

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