Html Css Color HEX #143721 Deep Fir

📋 copy color: '#143721'

red 20 ◦ green 55 ◦ blue 33

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

Shades of Deep Fir #143721

Tints of Deep Fir #143721

RGB

 RED value IS 20 (8.2% from 255) = 18.52%

 GREEN value IS 55 (21.88% from 255) = 50.93%

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

R = 18.52%
G = 50.93%
B = 30.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#143721 (or 0x143721) is known color: Deep Fir. HEX triplet: 14, 37 and 21. RGB value is (20,55,33). Sum of RGB (Red+Green+Blue) = 20+55+33=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #143721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143721 is #EBC8DE. Grayscale: #2A2A2A. Windows color (decimal): -15452383 or 2176788. OLE color: 2176788.

HSL color Cylindrical-coordinate representation of color #143721: hue angle of 142.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143721 is Cyan = 0.64, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 33 -
CMYK 0.64 0 0.4 0.78
HSL 142.29º 0.47% 0.15% -
HSV(B) 142.29º 0.64% 0.22% -
XYZ 1.93 2.99 1.91 -
YUV 42.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 20 55 33 0.64 0 0.4 0.78 142.29 0.47 0.15
Hex 14 37 21 40 0 28 4E 8E 2F F
Octal 24 67 41 100 0 50 116 216 57 17
Binary 10100 110111 100001 1000000 0 101000 1001110 10001110 101111 1111

Color Harmonies of #143721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143721

Black with #143721

Text Example


Text Example

White with #143721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143721; }

 p { color: rgb(20,55,33); }

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

background-color css

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

 a { background-color: rgb(20,55,33); }

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

border-color css

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

 span { border-color: rgb(20,55,33); }

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