Html Css Color HEX #174020 Deep Fir

📋 copy color: '#174020'

red 23 ◦ green 64 ◦ blue 32

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

Shades of Deep Fir #174020

Tints of Deep Fir #174020

RGB

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

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

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

R = 19.33%
G = 53.78%
B = 26.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#174020 (or 0x174020) is known color: Deep Fir. HEX triplet: 17, 40 and 20. RGB value is (23,64,32). Sum of RGB (Red+Green+Blue) = 23+64+32=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #174020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174020 is #E8BFDF. Grayscale: #303030. Windows color (decimal): -15253472 or 2113559. OLE color: 2113559.

HSL color Cylindrical-coordinate representation of color #174020: hue angle of 133.17º 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 #174020 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 32 -
CMYK 0.64 0 0.50 0.75
HSL 133.17º 0.47% 0.17% -
HSV(B) 133.17º 0.64% 0.25% -
XYZ 2.45 3.95 2 -
YUV 48.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 23 64 32 0.64 0 0.50 0.75 133.17 0.47 0.17
Hex 17 40 20 40 0 32 4B 85 2F 11
Octal 27 100 40 100 0 62 113 205 57 21
Binary 10111 1000000 100000 1000000 0 110010 1001011 10000101 101111 10001

Color Harmonies of #174020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174020

Black with #174020

Text Example


Text Example

White with #174020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174020; }

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

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

background-color css

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

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

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

border-color css

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

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

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