#184521

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

Shades of Deep Fir #184521

Tints of Deep Fir #184521

Color information

#184521 (or 0x184521) is unknown color: approx Deep Fir. HEX triplet: 18, 45 and 21. RGB value is (24,69,33). Sum of RGB (Red+Green+Blue) = 24+69+33=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #184521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184521 is #E7BADE. Grayscale: #333333. Windows color (decimal): -15186655 or 2180376. OLE color: 2180376.

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

Color convert

RGB246933-
CMYK0.6500.520.73
HSL132º48.39%18.24%-
HSV(B)132º65.22%27.06%-
XYZ2.784.562.17-
YUV51.44117.59108.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=19.05%
G=54.76%
B=26.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469330.6500.520.7313248.3918.24
Hex1845214103449843012
Octal30105411010641112046022
Binary1100010001011000011000001011010010010011000010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184521; }

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

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

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

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

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

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

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

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