Html Css Color HEX #184220 Deep Fir

📋 copy color: '#184220'

red 24 ◦ green 66 ◦ blue 32

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

Shades of Deep Fir #184220

Tints of Deep Fir #184220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

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

R = 19.67%
G = 54.1%
B = 26.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#184220 (or 0x184220) is known color: Deep Fir. HEX triplet: 18, 42 and 20. RGB value is (24,66,32). Sum of RGB (Red+Green+Blue) = 24+66+32=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #184220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184220 is #E7BDDF. Grayscale: #313131. Windows color (decimal): -15187424 or 2114072. OLE color: 2114072.

HSL color Cylindrical-coordinate representation of color #184220: hue angle of 131.43º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184220 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 32 -
CMYK 0.64 0 0.52 0.74
HSL 131.43º 0.47% 0.18% -
HSV(B) 131.43º 0.64% 0.26% -
XYZ 2.59 4.19 2.04 -
YUV 49.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 24 66 32 0.64 0 0.52 0.74 131.43 0.47 0.18
Hex 18 42 20 40 0 34 4A 83 2F 12
Octal 30 102 40 100 0 64 112 203 57 22
Binary 11000 1000010 100000 1000000 0 110100 1001010 10000011 101111 10010

Color Harmonies of #184220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184220

Black with #184220

Text Example


Text Example

White with #184220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184220; }

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

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

background-color css

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

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

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

border-color css

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

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

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