#183620

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

Shades of Deep Fir #183620

Tints of Deep Fir #183620

Color information

#183620 (or 0x183620) is unknown color: approx Deep Fir. HEX triplet: 18, 36 and 20. RGB value is (24,54,32). Sum of RGB (Red+Green+Blue) = 24+54+32=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #183620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183620 is #E7C9DF. Grayscale: #2A2A2A. Windows color (decimal): -15190496 or 2111000. OLE color: 2111000.

HSL color Cylindrical-coordinate representation of color #183620: hue angle of 136º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183620 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB245432-
CMYK0.5600.410.79
HSL136º38.46%15.29%-
HSV(B)136º55.56%21.18%-
XYZ1.962.941.83-
YUV42.52122.06114.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 54 (21.48% from 255) = 49.09%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=21.82%
G=49.09%
B=29.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454320.5600.410.7913638.4615.29
Hex183620380294F8826f
Octal306640700511172104617
Binary1100011011010000011100001010011001111100010001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183620; }

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

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

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

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

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

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

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

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