Html Css Color HEX #113420 Deep Fir

📋 copy color: '#113420'

red 17 ◦ green 52 ◦ blue 32

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

Shades of Deep Fir #113420

Tints of Deep Fir #113420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 51.49%

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

R = 16.83%
G = 51.49%
B = 31.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#113420 (or 0x113420) is known color: Deep Fir. HEX triplet: 11, 34 and 20. RGB value is (17,52,32). Sum of RGB (Red+Green+Blue) = 17+52+32=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #113420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113420 is #EECBDF. Grayscale: #272727. Windows color (decimal): -15649760 or 2110481. OLE color: 2110481.

HSL color Cylindrical-coordinate representation of color #113420: hue angle of 145.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113420 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 32 -
CMYK 0.67 0 0.38 0.80
HSL 145.71º 0.51% 0.14% -
HSV(B) 145.71º 0.67% 0.2% -
XYZ 1.72 2.68 1.79 -
YUV 39.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 17 52 32 0.67 0 0.38 0.80 145.71 0.51 0.14
Hex 11 34 20 43 0 26 50 92 33 E
Octal 21 64 40 103 0 46 120 222 63 16
Binary 10001 110100 100000 1000011 0 100110 1010000 10010010 110011 1110

Color Harmonies of #113420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113420

Black with #113420

Text Example


Text Example

White with #113420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113420; }

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

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

background-color css

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

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

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

border-color css

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

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

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