#11451D

Color #11451D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #11451D

Tints of Deep Fir #11451D

Color information

#11451D (or 0x11451D) is unknown color: approx Deep Fir. HEX triplet: 11, 45 and 1D. RGB value is (17,69,29). Sum of RGB (Red+Green+Blue) = 17+69+29=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #11451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11451D is #EEBAE2. Grayscale: #313131. Windows color (decimal): -15645411 or 1918225. OLE color: 1918225.

HSL color Cylindrical-coordinate representation of color #11451D: hue angle of 133.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11451D is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB176929-
CMYK0.7500.580.73
HSL133.85º60.47%16.86%-
HSV(B)133.85º75.36%27.06%-
XYZ2.584.461.89-
YUV48.89116.77105.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 69 (27.34% from 255) = 60%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=14.78%
G=60%
B=25.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769290.7500.580.73133.8560.4716.86
Hex11451D4B03A49863c11
Octal21105351130721112067421
Binary100011000101111011001011011101010010011000011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11451D; }

 p { color: rgb(17,69,29); }

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

<style>
 a { background-color: #11451D; }

 a { background-color: rgb(17,69,29); }

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

<style>
 span { border-color: #11451D; }

 span { border-color: rgb(17,69,29); }

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