#184421

Color #184421 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #184421

Tints of Deep Fir #184421

Color information

#184421 (or 0x184421) is unknown color: approx Deep Fir. HEX triplet: 18, 44 and 21. RGB value is (24,68,33). Sum of RGB (Red+Green+Blue) = 24+68+33=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #184421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184421 is #E7BBDE. Grayscale: #323232. Windows color (decimal): -15186911 or 2180120. OLE color: 2180120.

HSL color Cylindrical-coordinate representation of color #184421: hue angle of 132.27º 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 #184421 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB246833-
CMYK0.6500.510.73
HSL132.27º47.83%18.04%-
HSV(B)132.27º64.71%26.67%-
XYZ2.724.442.15-
YUV50.85117.92108.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=19.2%
G=54.4%
B=26.4%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468330.6500.510.73132.2747.8318.04
Hex1844214103349843012
Octal30104411010631112046022
Binary1100010001001000011000001011001110010011000010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184421; }

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

 H1.HeaderClassName
 {
   color: #184421;
 }
 .AnyTagClassName
 {
   color: #184421;
 }
</style>
background-color css

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

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

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

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

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

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