Html Css Color HEX #113816 Deep Fir

📋 copy color: '#113816'

red 17 ◦ green 56 ◦ blue 22

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

Shades of Deep Fir #113816

Tints of Deep Fir #113816

RGB

 RED value IS 17 (7.03% from 255) = 17.89%

 GREEN value IS 56 (22.27% from 255) = 58.95%

 BLUE value IS 22 (8.98% from 255) = 23.16%

R = 17.89%
G = 58.95%
B = 23.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#113816 (or 0x113816) is known color: Deep Fir. HEX triplet: 11, 38 and 16. RGB value is (17,56,22). Sum of RGB (Red+Green+Blue) = 17+56+22=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #113816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113816 is #EEC7E9. Grayscale: #282828. Windows color (decimal): -15648746 or 1456145. OLE color: 1456145.

HSL color Cylindrical-coordinate representation of color #113816: hue angle of 127.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113816 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 22 -
CMYK 0.70 0 0.61 0.78
HSL 127.69º 0.53% 0.14% -
HSV(B) 127.69º 0.7% 0.22% -
XYZ 1.79 3.01 1.24 -
YUV 40.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 17 56 22 0.70 0 0.61 0.78 127.69 0.53 0.14
Hex 11 38 16 46 0 3D 4E 80 35 E
Octal 21 70 26 106 0 75 116 200 65 16
Binary 10001 111000 10110 1000110 0 111101 1001110 10000000 110101 1110

Color Harmonies of #113816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113816

Black with #113816

Text Example


Text Example

White with #113816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113816; }

 p { color: rgb(17,56,22); }

 H1.HeaderClassName
 {
   color: #113816;
 }
 .AnyTagClassName
 {
   color: #113816;
 }
</style>

background-color css

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

 a { background-color: rgb(17,56,22); }

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

border-color css

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

 span { border-color: rgb(17,56,22); }

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