#184321

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

Shades of Deep Fir #184321

Tints of Deep Fir #184321

Color information

#184321 (or 0x184321) is unknown color: approx Deep Fir. HEX triplet: 18, 43 and 21. RGB value is (24,67,33). Sum of RGB (Red+Green+Blue) = 24+67+33=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #184321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184321 is #E7BCDE. Grayscale: #323232. Windows color (decimal): -15187167 or 2179864. OLE color: 2179864.

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

Color convert

RGB246733-
CMYK0.6400.510.74
HSL132.56º47.25%17.84%-
HSV(B)132.56º64.18%26.27%-
XYZ2.664.322.13-
YUV50.27118.25109.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=19.35%
G=54.03%
B=26.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467330.6400.510.74132.5647.2517.84
Hex184321400334A852f12
Octal30103411000631122055722
Binary1100010000111000011000000011001110010101000010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184321; }

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

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

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

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

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

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

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

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