Html Css Color HEX #113D1C Deep Fir

📋 copy color: '#113D1C'

red 17 ◦ green 61 ◦ blue 28

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

Shades of Deep Fir #113D1C

Tints of Deep Fir #113D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 57.55%

 BLUE value IS 28 (11.33% from 255) = 26.42%

R = 16.04%
G = 57.55%
B = 26.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.76

RGB Variations

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

Color information

#113D1C (or 0x113D1C) is known color: Deep Fir. HEX triplet: 11, 3D and 1C. RGB value is (17,61,28). Sum of RGB (Red+Green+Blue) = 17+61+28=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 61 (24.22% from 255 or 57.55% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 61 - color contains mainly: green. Hex color #113D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D1C is #EEC2E3. Grayscale: #2C2C2C. Windows color (decimal): -15647460 or 1850641. OLE color: 1850641.

HSL color Cylindrical-coordinate representation of color #113D1C: hue angle of 135º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D1C is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 61 28 -
CMYK 0.72 0 0.54 0.76
HSL 135º 0.56% 0.15% -
HSV(B) 135º 0.72% 0.24% -
XYZ 2.11 3.54 1.67 -
YUV 44.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 17 61 28 0.72 0 0.54 0.76 135 0.56 0.15
Hex 11 3D 1C 48 0 36 4C 87 38 F
Octal 21 75 34 110 0 66 114 207 70 17
Binary 10001 111101 11100 1001000 0 110110 1001100 10000111 111000 1111

Color Harmonies of #113D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D1C

Black with #113D1C

Text Example


Text Example

White with #113D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113D1C; }

 p { color: rgb(17,61,28); }

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

background-color css

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

 a { background-color: rgb(17,61,28); }

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

border-color css

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

 span { border-color: rgb(17,61,28); }

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