Html Css Color HEX #113417 Deep Fir

📋 copy color: '#113417'

red 17 ◦ green 52 ◦ blue 23

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

Shades of Deep Fir #113417

Tints of Deep Fir #113417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25%

R = 18.48%
G = 56.52%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#113417 (or 0x113417) is known color: Deep Fir. HEX triplet: 11, 34 and 17. RGB value is (17,52,23). Sum of RGB (Red+Green+Blue) = 17+52+23=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #113417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113417 is #EECBE8. Grayscale: #262626. Windows color (decimal): -15649769 or 1520657. OLE color: 1520657.

HSL color Cylindrical-coordinate representation of color #113417: hue angle of 130.29º 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 #113417 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 23 -
CMYK 0.67 0 0.56 0.80
HSL 130.29º 0.51% 0.14% -
HSV(B) 130.29º 0.67% 0.2% -
XYZ 1.61 2.64 1.23 -
YUV 38.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 17 52 23 0.67 0 0.56 0.80 130.29 0.51 0.14
Hex 11 34 17 43 0 38 50 82 33 E
Octal 21 64 27 103 0 70 120 202 63 16
Binary 10001 110100 10111 1000011 0 111000 1010000 10000010 110011 1110

Color Harmonies of #113417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113417

Black with #113417

Text Example


Text Example

White with #113417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113417; }

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

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

background-color css

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

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

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

border-color css

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

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

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