Html Css Color HEX #113616 Deep Fir

📋 copy color: '#113616'

red 17 ◦ green 54 ◦ blue 22

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

Shades of Deep Fir #113616

Tints of Deep Fir #113616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 58.06%

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

R = 18.28%
G = 58.06%
B = 23.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#113616 (or 0x113616) is known color: Deep Fir. HEX triplet: 11, 36 and 16. RGB value is (17,54,22). Sum of RGB (Red+Green+Blue) = 17+54+22=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #113616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113616 is #EEC9E9. Grayscale: #272727. Windows color (decimal): -15649258 or 1455633. OLE color: 1455633.

HSL color Cylindrical-coordinate representation of color #113616: hue angle of 128.11º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113616 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 54 22 -
CMYK 0.69 0 0.59 0.79
HSL 128.11º 0.52% 0.14% -
HSV(B) 128.11º 0.69% 0.21% -
XYZ 1.7 2.82 1.21 -
YUV 39.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 17 54 22 0.69 0 0.59 0.79 128.11 0.52 0.14
Hex 11 36 16 45 0 3B 4F 80 34 E
Octal 21 66 26 105 0 73 117 200 64 16
Binary 10001 110110 10110 1000101 0 111011 1001111 10000000 110100 1110

Color Harmonies of #113616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113616

Black with #113616

Text Example


Text Example

White with #113616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113616; }

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

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

background-color css

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

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

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

border-color css

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

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

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