Html Css Color HEX #183420 Deep Fir

📋 copy color: '#183420'

red 24 ◦ green 52 ◦ blue 32

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

Shades of Deep Fir #183420

Tints of Deep Fir #183420

RGB

 RED value IS 24 (9.77% from 255) = 22.22%

 GREEN value IS 52 (20.7% from 255) = 48.15%

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

R = 22.22%
G = 48.15%
B = 29.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#183420 (or 0x183420) is known color: Deep Fir. HEX triplet: 18, 34 and 20. RGB value is (24,52,32). Sum of RGB (Red+Green+Blue) = 24+52+32=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #183420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183420 is #E7CBDF. Grayscale: #292929. Windows color (decimal): -15191008 or 2110488. OLE color: 2110488.

HSL color Cylindrical-coordinate representation of color #183420: hue angle of 137.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183420 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 52 32 -
CMYK 0.54 0 0.38 0.80
HSL 137.14º 0.37% 0.15% -
HSV(B) 137.14º 0.54% 0.2% -
XYZ 1.87 2.75 1.8 -
YUV 41.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 24 52 32 0.54 0 0.38 0.80 137.14 0.37 0.15
Hex 18 34 20 36 0 26 50 89 25 F
Octal 30 64 40 66 0 46 120 211 45 17
Binary 11000 110100 100000 110110 0 100110 1010000 10001001 100101 1111

Color Harmonies of #183420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183420

Black with #183420

Text Example


Text Example

White with #183420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183420; }

 p { color: rgb(24,52,32); }

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

background-color css

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

 a { background-color: rgb(24,52,32); }

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

border-color css

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

 span { border-color: rgb(24,52,32); }

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