Html Css Color HEX #173120 Deep Fir

📋 copy color: '#173120'

red 23 ◦ green 49 ◦ blue 32

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

Shades of Deep Fir #173120

Tints of Deep Fir #173120

RGB

 RED value IS 23 (9.38% from 255) = 22.12%

 GREEN value IS 49 (19.53% from 255) = 47.12%

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

R = 22.12%
G = 47.12%
B = 30.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#173120 (or 0x173120) is known color: Deep Fir. HEX triplet: 17, 31 and 20. RGB value is (23,49,32). Sum of RGB (Red+Green+Blue) = 23+49+32=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #173120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173120 is #E8CEDF. Grayscale: #272727. Windows color (decimal): -15257312 or 2109719. OLE color: 2109719.

HSL color Cylindrical-coordinate representation of color #173120: hue angle of 140.77º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #173120 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 49 32 -
CMYK 0.53 0 0.35 0.81
HSL 140.77º 0.36% 0.14% -
HSV(B) 140.77º 0.53% 0.19% -
XYZ 1.71 2.48 1.76 -
YUV 39.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 23 49 32 0.53 0 0.35 0.81 140.77 0.36 0.14
Hex 17 31 20 35 0 23 51 8D 24 E
Octal 27 61 40 65 0 43 121 215 44 16
Binary 10111 110001 100000 110101 0 100011 1010001 10001101 100100 1110

Color Harmonies of #173120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173120

Black with #173120

Text Example


Text Example

White with #173120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173120; }

 p { color: rgb(23,49,32); }

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

background-color css

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

 a { background-color: rgb(23,49,32); }

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

border-color css

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

 span { border-color: rgb(23,49,32); }

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