#183320

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

Shades of Deep Fir #183320

Tints of Deep Fir #183320

Color information

#183320 (or 0x183320) is unknown color: approx Deep Fir. HEX triplet: 18, 33 and 20. RGB value is (24,51,32). Sum of RGB (Red+Green+Blue) = 24+51+32=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #183320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183320 is #E7CCDF. Grayscale: #282828. Windows color (decimal): -15191264 or 2110232. OLE color: 2110232.

HSL color Cylindrical-coordinate representation of color #183320: hue angle of 137.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183320 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB245132-
CMYK0.5300.370.8
HSL137.78º36%14.71%-
HSV(B)137.78º52.94%20%-
XYZ1.822.671.79-
YUV40.76123.05116.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=22.43%
G=47.66%
B=29.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451320.5300.370.8137.783614.71
Hex18332035025508a24f
Octal306340650451202124417
Binary1100011001110000011010101001011010000100010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183320; }

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

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

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

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

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

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

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

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