Html Css Color HEX #113620 Deep Fir

📋 copy color: '#113620'

red 17 ◦ green 54 ◦ blue 32

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

Shades of Deep Fir #113620

Tints of Deep Fir #113620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 31.07%

R = 16.5%
G = 52.43%
B = 31.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#113620 (or 0x113620) is known color: Deep Fir. HEX triplet: 11, 36 and 20. RGB value is (17,54,32). Sum of RGB (Red+Green+Blue) = 17+54+32=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #113620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113620 is #EEC9DF. Grayscale: #282828. Windows color (decimal): -15649248 or 2110993. OLE color: 2110993.

HSL color Cylindrical-coordinate representation of color #113620: hue angle of 144.32º 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 #113620 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 54 32 -
CMYK 0.69 0 0.41 0.79
HSL 144.32º 0.52% 0.14% -
HSV(B) 144.32º 0.69% 0.21% -
XYZ 1.81 2.86 1.82 -
YUV 40.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 17 54 32 0.69 0 0.41 0.79 144.32 0.52 0.14
Hex 11 36 20 45 0 29 4F 90 34 E
Octal 21 66 40 105 0 51 117 220 64 16
Binary 10001 110110 100000 1000101 0 101001 1001111 10010000 110100 1110

Color Harmonies of #113620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113620

Black with #113620

Text Example


Text Example

White with #113620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113620; }

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

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

background-color css

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

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

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

border-color css

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

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

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