#173320

Color #173320 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #173320

Tints of Deep Fir #173320

Color information

#173320 (or 0x173320) is unknown color: approx 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

RGB235132-
CMYK0.5500.370.8
HSL139.29º37.84%14.51%-
HSV(B)139.29º54.9%20%-
XYZ1.82.651.78-
YUV40.46123.22115.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.70%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=21.70%
G=48.11%
B=30.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2351320.5500.370.8139.2937.8414.51
Hex17332037025508b26f
Octal276340670451202134617
Binary1011111001110000011011101001011010000100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>