Html Css Color HEX #173021 Deep Fir

📋 copy color: '#173021'

red 23 ◦ green 48 ◦ blue 33

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

Shades of Deep Fir #173021

Tints of Deep Fir #173021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.15%

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 22.12%
G = 46.15%
B = 31.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#173021 (or 0x173021) is known color: Deep Fir. HEX triplet: 17, 30 and 21. RGB value is (23,48,33). Sum of RGB (Red+Green+Blue) = 23+48+33=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #173021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173021 is #E8CFDE. Grayscale: #262626. Windows color (decimal): -15257567 or 2174999. OLE color: 2174999.

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

Color convert

RGB 23 48 33 -
CMYK 0.52 0 0.31 0.81
HSL 144º 0.35% 0.14% -
HSV(B) 144º 0.52% 0.19% -
XYZ 1.68 2.41 1.81 -
YUV 38.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 23 48 33 0.52 0 0.31 0.81 144 0.35 0.14
Hex 17 30 21 34 0 1F 51 90 23 E
Octal 27 60 41 64 0 37 121 220 43 16
Binary 10111 110000 100001 110100 0 11111 1010001 10010000 100011 1110

Color Harmonies of #173021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173021

Black with #173021

Text Example


Text Example

White with #173021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173021; }

 p { color: rgb(23,48,33); }

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

background-color css

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

 a { background-color: rgb(23,48,33); }

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

border-color css

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

 span { border-color: rgb(23,48,33); }

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