#112818

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

Shades of Deep Fir #112818

Tints of Deep Fir #112818

Color information

#112818 (or 0x112818) is unknown color: approx Deep Fir. HEX triplet: 11, 28 and 18. RGB value is (17,40,24). Sum of RGB (Red+Green+Blue) = 17+40+24=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #112818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112818 is #EED7E7. Grayscale: #1F1F1F. Windows color (decimal): -15652840 or 1583121. OLE color: 1583121.

HSL color Cylindrical-coordinate representation of color #112818: hue angle of 138.26º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112818 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB174024-
CMYK0.5700.400.84
HSL138.26º40.35%11.18%-
HSV(B)138.26º57.5%15.69%-
XYZ1.151.71.13-
YUV31.3123.88117.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=20.99%
G=49.38%
B=29.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740240.5700.400.84138.2640.3511.18
Hex11281839028548a28b
Octal215030710501242125013
Binary100011010001100011100101010001010100100010101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112818; }

 p { color: rgb(17,40,24); }

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

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

 a { background-color: rgb(17,40,24); }

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

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

 span { border-color: rgb(17,40,24); }

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