Html Css Color HEX #173320 Deep Fir

📋 copy color: '#173320'

red 23 ◦ green 51 ◦ blue 32

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

Shades of Deep Fir #173320

Tints of Deep Fir #173320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.11%

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

R = 21.7%
G = 48.11%
B = 30.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#173320 (or 0x173320) is known color: Deep Fir. HEX triplet: 17, 33 and 20. RGB value is (23,51,32). Sum of RGB (Red+Green+Blue) = 23+51+32=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #173320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173320 is #E8CCDF. Grayscale: #282828. Windows color (decimal): -15256800 or 2110231. OLE color: 2110231.

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

Color convert

RGB 23 51 32 -
CMYK 0.55 0 0.37 0.8
HSL 139.29º 0.38% 0.15% -
HSV(B) 139.29º 0.55% 0.2% -
XYZ 1.8 2.65 1.78 -
YUV 40.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 23 51 32 0.55 0 0.37 0.8 139.29 0.38 0.15
Hex 17 33 20 37 0 25 50 8B 26 F
Octal 27 63 40 67 0 45 120 213 46 17
Binary 10111 110011 100000 110111 0 100101 1010000 10001011 100110 1111

Color Harmonies of #173320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173320

Black with #173320

Text Example


Text Example

White with #173320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173320; }

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

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

background-color css

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

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

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

border-color css

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

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

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