Html Css Color HEX #113721 Deep Fir

📋 copy color: '#113721'

red 17 ◦ green 55 ◦ blue 33

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

Shades of Deep Fir #113721

Tints of Deep Fir #113721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 52.38%

 BLUE value IS 33 (13.28% from 255) = 31.43%

R = 16.19%
G = 52.38%
B = 31.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#113721 (or 0x113721) is known color: Deep Fir. HEX triplet: 11, 37 and 21. RGB value is (17,55,33). Sum of RGB (Red+Green+Blue) = 17+55+33=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #113721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113721 is #EEC8DE. Grayscale: #292929. Windows color (decimal): -15648991 or 2176785. OLE color: 2176785.

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

Color convert

RGB 17 55 33 -
CMYK 0.69 0 0.4 0.78
HSL 145.26º 0.53% 0.14% -
HSV(B) 145.26º 0.69% 0.22% -
XYZ 1.87 2.96 1.91 -
YUV 41.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 17 55 33 0.69 0 0.4 0.78 145.26 0.53 0.14
Hex 11 37 21 45 0 28 4E 91 35 E
Octal 21 67 41 105 0 50 116 221 65 16
Binary 10001 110111 100001 1000101 0 101000 1001110 10010001 110101 1110

Color Harmonies of #113721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113721

Black with #113721

Text Example


Text Example

White with #113721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113721; }

 p { color: rgb(17,55,33); }

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

background-color css

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

 a { background-color: rgb(17,55,33); }

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

border-color css

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

 span { border-color: rgb(17,55,33); }

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