#183521

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

Shades of Deep Fir #183521

Tints of Deep Fir #183521

Color information

#183521 (or 0x183521) is unknown color: approx Deep Fir. HEX triplet: 18, 35 and 21. RGB value is (24,53,33). Sum of RGB (Red+Green+Blue) = 24+53+33=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #183521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183521 is #E7CADE. Grayscale: #2A2A2A. Windows color (decimal): -15190751 or 2176280. OLE color: 2176280.

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

Color convert

RGB245333-
CMYK0.5500.380.79
HSL138.62º37.66%15.1%-
HSV(B)138.62º54.72%20.78%-
XYZ1.922.851.89-
YUV42.05122.89115.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 33 (13.28% from 255) = 30%
R=21.82%
G=48.18%
B=30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453330.5500.380.79138.6237.6615.1
Hex183521370264F8b26f
Octal306541670461172134617
Binary1100011010110000111011101001101001111100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183521; }

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

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

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

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

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

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

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

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