Html Css Color HEX #112818 Deep Fir

📋 copy color: '#112818'

red 17 ◦ green 40 ◦ blue 24

#112818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #112818

Tints of Deep Fir #112818

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 value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#112818 (or 0x112818) is known color: 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

RGB 17 40 24 -
CMYK 0.57 0 0.40 0.84
HSL 138.26º 0.4% 0.11% -
HSV(B) 138.26º 0.58% 0.16% -
XYZ 1.15 1.7 1.13 -
YUV 31.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 17 40 24 0.57 0 0.40 0.84 138.26 0.4 0.11
Hex 11 28 18 39 0 28 54 8A 28 B
Octal 21 50 30 71 0 50 124 212 50 13
Binary 10001 101000 11000 111001 0 101000 1010100 10001010 101000 1011

Color Harmonies of #112818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112818

Black with #112818

Text Example


Text Example

White with #112818

Text Example


Text Example

HTML Codes & Css Web 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>