Html Css Color HEX #173420 Deep Fir

📋 copy color: '#173420'

red 23 ◦ green 52 ◦ blue 32

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

Shades of Deep Fir #173420

Tints of Deep Fir #173420

RGB

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

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

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

R = 21.5%
G = 48.6%
B = 29.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#173420 (or 0x173420) is known color: Deep Fir. HEX triplet: 17, 34 and 20. RGB value is (23,52,32). Sum of RGB (Red+Green+Blue) = 23+52+32=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #173420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173420 is #E8CBDF. Grayscale: #292929. Windows color (decimal): -15256544 or 2110487. OLE color: 2110487.

HSL color Cylindrical-coordinate representation of color #173420: hue angle of 138.62º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #173420 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 52 32 -
CMYK 0.56 0 0.38 0.80
HSL 138.62º 0.39% 0.15% -
HSV(B) 138.62º 0.56% 0.2% -
XYZ 1.84 2.74 1.8 -
YUV 41.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 23 52 32 0.56 0 0.38 0.80 138.62 0.39 0.15
Hex 17 34 20 38 0 26 50 8B 27 F
Octal 27 64 40 70 0 46 120 213 47 17
Binary 10111 110100 100000 111000 0 100110 1010000 10001011 100111 1111

Color Harmonies of #173420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173420

Black with #173420

Text Example


Text Example

White with #173420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173420; }

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

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

background-color css

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

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

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

border-color css

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

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

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