Html Css Color HEX #144121 Deep Fir

📋 copy color: '#144121'

red 20 ◦ green 65 ◦ blue 33

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

Shades of Deep Fir #144121

Tints of Deep Fir #144121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.08%

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

R = 16.95%
G = 55.08%
B = 27.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#144121 (or 0x144121) is known color: Deep Fir. HEX triplet: 14, 41 and 21. RGB value is (20,65,33). Sum of RGB (Red+Green+Blue) = 20+65+33=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #144121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144121 is #EBBEDE. Grayscale: #2F2F2F. Windows color (decimal): -15449823 or 2179348. OLE color: 2179348.

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

Color convert

RGB 20 65 33 -
CMYK 0.69 0 0.49 0.75
HSL 137.33º 0.53% 0.17% -
HSV(B) 137.33º 0.69% 0.25% -
XYZ 2.45 4.04 2.09 -
YUV 47.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 20 65 33 0.69 0 0.49 0.75 137.33 0.53 0.17
Hex 14 41 21 45 0 31 4B 89 35 11
Octal 24 101 41 105 0 61 113 211 65 21
Binary 10100 1000001 100001 1000101 0 110001 1001011 10001001 110101 10001

Color Harmonies of #144121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144121

Black with #144121

Text Example


Text Example

White with #144121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144121; }

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

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

background-color css

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

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

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

border-color css

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

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

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