#914F17

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

Shades of Saddle Brown #914F17

Tints of Saddle Brown #914F17

Color information

#914F17 (or 0x914F17) is unknown color: approx Saddle Brown. HEX triplet: 91, 4F and 17. RGB value is (145,79,23). Sum of RGB (Red+Green+Blue) = 145+79+23=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #914F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914F17 is #6EB0E8. Grayscale: #5C5C5C. Windows color (decimal): -7254249 or 1527697. OLE color: 1527697.

HSL color Cylindrical-coordinate representation of color #914F17: hue angle of 27.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #914F17 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1457923-
CMYK00.460.840.43
HSL27.54º72.62%32.94%-
HSV(B)27.54º84.14%56.86%-
XYZ14.6311.672.29-
YUV92.3588.87165.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.70%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 23 (9.38% from 255) = 9.31%
R=58.70%
G=31.98%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145792300.460.840.4327.5472.6232.94
Hex914F1702E542B1c4921
Octal22111727056124533411141
Binary1001000110011111011101011101010100101011111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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