Html Css Color HEX #113520 Deep Fir

📋 copy color: '#113520'

red 17 ◦ green 53 ◦ blue 32

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

Shades of Deep Fir #113520

Tints of Deep Fir #113520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.96%

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

R = 16.67%
G = 51.96%
B = 31.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#113520 (or 0x113520) is known color: Deep Fir. HEX triplet: 11, 35 and 20. RGB value is (17,53,32). Sum of RGB (Red+Green+Blue) = 17+53+32=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #113520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113520 is #EECADF. Grayscale: #272727. Windows color (decimal): -15649504 or 2110737. OLE color: 2110737.

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

Color convert

RGB 17 53 32 -
CMYK 0.68 0 0.40 0.79
HSL 145º 0.51% 0.14% -
HSV(B) 145º 0.68% 0.21% -
XYZ 1.76 2.77 1.81 -
YUV 39.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 17 53 32 0.68 0 0.40 0.79 145 0.51 0.14
Hex 11 35 20 44 0 28 4F 91 33 E
Octal 21 65 40 104 0 50 117 221 63 16
Binary 10001 110101 100000 1000100 0 101000 1001111 10010001 110011 1110

Color Harmonies of #113520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113520

Black with #113520

Text Example


Text Example

White with #113520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113520; }

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

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

background-color css

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

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

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

border-color css

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

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

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