Html Css Color HEX #174021 Deep Fir

📋 copy color: '#174021'

red 23 ◦ green 64 ◦ blue 33

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

Shades of Deep Fir #174021

Tints of Deep Fir #174021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

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

R = 19.17%
G = 53.33%
B = 27.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#174021 (or 0x174021) is known color: Deep Fir. HEX triplet: 17, 40 and 21. RGB value is (23,64,33). Sum of RGB (Red+Green+Blue) = 23+64+33=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #174021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174021 is #E8BFDE. Grayscale: #303030. Windows color (decimal): -15253471 or 2179095. OLE color: 2179095.

HSL color Cylindrical-coordinate representation of color #174021: hue angle of 134.63º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #174021 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 33 -
CMYK 0.64 0 0.48 0.75
HSL 134.63º 0.47% 0.17% -
HSV(B) 134.63º 0.64% 0.25% -
XYZ 2.46 3.96 2.07 -
YUV 48.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 23 64 33 0.64 0 0.48 0.75 134.63 0.47 0.17
Hex 17 40 21 40 0 30 4B 87 2F 11
Octal 27 100 41 100 0 60 113 207 57 21
Binary 10111 1000000 100001 1000000 0 110000 1001011 10000111 101111 10001

Color Harmonies of #174021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174021

Black with #174021

Text Example


Text Example

White with #174021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174021; }

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

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

background-color css

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

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

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

border-color css

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

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

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