Html Css Color HEX #184820 Deep Fir

📋 copy color: '#184820'

red 24 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #184820

Tints of Deep Fir #184820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.25%

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

R = 18.75%
G = 56.25%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#184820 (or 0x184820) is known color: Deep Fir. HEX triplet: 18, 48 and 20. RGB value is (24,72,32). Sum of RGB (Red+Green+Blue) = 24+72+32=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #184820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184820 is #E7B7DF. Grayscale: #353535. Windows color (decimal): -15185888 or 2115608. OLE color: 2115608.

HSL color Cylindrical-coordinate representation of color #184820: hue angle of 130º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184820 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 72 32 -
CMYK 0.67 0 0.56 0.72
HSL 130º 0.5% 0.19% -
HSV(B) 130º 0.67% 0.28% -
XYZ 2.95 4.93 2.16 -
YUV 53.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 24 72 32 0.67 0 0.56 0.72 130 0.5 0.19
Hex 18 48 20 43 0 38 48 82 32 13
Octal 30 110 40 103 0 70 110 202 62 23
Binary 11000 1001000 100000 1000011 0 111000 1001000 10000010 110010 10011

Color Harmonies of #184820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184820

Black with #184820

Text Example


Text Example

White with #184820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184820; }

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

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

background-color css

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

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

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

border-color css

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

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

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