Html Css Color HEX #184420 Deep Fir

📋 copy color: '#184420'

red 24 ◦ green 68 ◦ blue 32

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

Shades of Deep Fir #184420

Tints of Deep Fir #184420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.84%

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

R = 19.35%
G = 54.84%
B = 25.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#184420 (or 0x184420) is known color: Deep Fir. HEX triplet: 18, 44 and 20. RGB value is (24,68,32). Sum of RGB (Red+Green+Blue) = 24+68+32=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #184420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184420 is #E7BBDF. Grayscale: #323232. Windows color (decimal): -15186912 or 2114584. OLE color: 2114584.

HSL color Cylindrical-coordinate representation of color #184420: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184420 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 68 32 -
CMYK 0.65 0 0.53 0.73
HSL 130.91º 0.48% 0.18% -
HSV(B) 130.91º 0.65% 0.27% -
XYZ 2.7 4.43 2.08 -
YUV 50.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 24 68 32 0.65 0 0.53 0.73 130.91 0.48 0.18
Hex 18 44 20 41 0 35 49 83 30 12
Octal 30 104 40 101 0 65 111 203 60 22
Binary 11000 1000100 100000 1000001 0 110101 1001001 10000011 110000 10010

Color Harmonies of #184420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184420

Black with #184420

Text Example


Text Example

White with #184420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184420; }

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

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

background-color css

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

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

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

border-color css

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

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

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