Html Css Color HEX #143520 Deep Fir

📋 copy color: '#143520'

red 20 ◦ green 53 ◦ blue 32

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

Shades of Deep Fir #143520

Tints of Deep Fir #143520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50.48%

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

R = 19.05%
G = 50.48%
B = 30.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#143520 (or 0x143520) is known color: Deep Fir. HEX triplet: 14, 35 and 20. RGB value is (20,53,32). Sum of RGB (Red+Green+Blue) = 20+53+32=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #143520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143520 is #EBCADF. Grayscale: #282828. Windows color (decimal): -15452896 or 2110740. OLE color: 2110740.

HSL color Cylindrical-coordinate representation of color #143520: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143520 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 32 -
CMYK 0.62 0 0.40 0.79
HSL 141.82º 0.45% 0.14% -
HSV(B) 141.82º 0.62% 0.21% -
XYZ 1.82 2.8 1.81 -
YUV 40.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 20 53 32 0.62 0 0.40 0.79 141.82 0.45 0.14
Hex 14 35 20 3E 0 28 4F 8E 2D E
Octal 24 65 40 76 0 50 117 216 55 16
Binary 10100 110101 100000 111110 0 101000 1001111 10001110 101101 1110

Color Harmonies of #143520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143520

Black with #143520

Text Example


Text Example

White with #143520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143520; }

 p { color: rgb(20,53,32); }

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

background-color css

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

 a { background-color: rgb(20,53,32); }

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

border-color css

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

 span { border-color: rgb(20,53,32); }

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