#914f14

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

Shades of Saddle Brown #914F14

Tints of Saddle Brown #914F14

Color information

#914F14 (or 0x914F14) is unknown color: approx Saddle Brown. HEX triplet: 91, 4F and 14. RGB value is (145,79,20). Sum of RGB (Red+Green+Blue) = 145+79+20=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #914F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914F14 is #6EB0EB. Grayscale: #5C5C5C. Windows color (decimal): -7254252 or 1331089. OLE color: 1331089.

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

Color convert

RGB1457920-
CMYK00.460.860.43
HSL28.32º75.76%32.35%-
HSV(B)28.32º86.21%56.86%-
XYZ14.611.662.14-
YUV92.0187.37165.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.43%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=59.43%
G=32.38%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145792000.460.860.4328.3275.7632.35
Hex914F1402E562B1c4c20
Octal22111724056126533411440
Binary1001000110011111010001011101010110101011111001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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